Source CodeRevision History
mercurial / aura / src / com / sun / labs / aura / datastore / impl / PCStrategy.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: | 2494 |
| Modified: | 16 Jun 20:23 (2 years) |
| Author: | Jeffrey Alexander |
| Log Entry: | DS: Added initial map/reduce script method -- processes attention objects at the replicants. Also, added third party scripting language engines for several scripting languages. |
| 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: | 2007 |
| Modified: | 07 Jan 16:37 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Back to a set of field capabilities, now that we have two flags again. |
| Revision: | 1993 |
| Modified: | 18 Dec 19:39 (3 years) |
| Author: | Stephen Green |
| Log Entry: | Remove the notion of field capabilities from the API. Fields are now either indexed into the search engine or they are not. If a field is indexed into the search engine it will be tokenized, indexed, vectored, and saved. |
| Revision: | 1614 |
| Modified: | 07 Oct 17:13 (3 years) |
| Author: | Jeffrey Alexander |
| Log Entry: | Removed many old deprecated methods (mostly involving attention getting) |





