Package net.anotheria.anodoc.query2
Interface DocumentQuery
-
- All Known Implementing Classes:
ContainsStringQuery,ContainsWordsQuery,SimpleContainsStringQuery
public interface DocumentQueryDocumentQuery interface.
- Version:
- $Id: $Id
- Author:
- another
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<QueryResultEntry>match(DataObject doc)Returns a list of possible results for an object.
-
-
-
Method Detail
-
match
java.util.List<QueryResultEntry> match(DataObject doc)
Returns a list of possible results for an object.- Parameters:
doc- aDataObjectobject.- Returns:
- a
Listobject.
-
-