Source CodeRevision History
mercurial / aura / src / com / sun / labs / aura / datastore / impl / store / LowLevelSearch.java
| Revision: | 2619 |
| Modified: | 08 Jul 15:31 (2 years) |
| Author: | Stephen Green |
| Log Entry: | Get term counts working by adding an optional results filter that we can use to select items of a particular type. |
| Revision: | 2617 |
| Modified: | 07 Jul 15:01 (2 years) |
| Author: | Stephen Green |
| Log Entry: | Added method to get the counts for a term in a given field in all documents. |
| Revision: | 2614 |
| Modified: | 06 Jul 19:19 (2 years) |
| Author: | Stephen Green |
| Log Entry: | Added a method to get the most frequent terms in a given field for a given document. Required a change to minion and to the various search interfaces. |
| Revision: | 2437 |
| Modified: | 21 May 18:21 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Use marshalled objects to save the de- and re-serialization of data as it passes through findSimilar operations. |
| Revision: | 2400 |
| Modified: | 07 Apr 17:50 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Add GPL to code. |
| Revision: | 2251 |
| Modified: | 18 Mar 19:36 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Use the minion query interface. |
| Revision: | 1574 |
| Modified: | 23 Sep 17:40 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Add a method to the ItemStore interface to get a collection of items corresponding to a collection of keys. This needs to propagate down to the replicant level. |
| Revision: | 1290 |
| Modified: | 25 Jul 03:53 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Modified the parallel getItems in DSH to do things by partition cluster, which means we needed new method in low level search to fetch several items at once. |
| Revision: | 1282 |
| Modified: | 18 Jul 19:16 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Updates to logging and config. |
| Revision: | 1280 |
| Modified: | 18 Jul 15:06 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Refactor remaining methods in LowLevelSearch to return a list of scored strings, and improved logging. |





