Uses of Class
org.nuiton.topia.index.IndexEntry

Uses of IndexEntry in org.nuiton.topia.index
 

Methods in org.nuiton.topia.index that return types with arguments of type IndexEntry
 SortedSet<IndexEntry> TopiaIndexService.search(Map query)
          Permet de faire une recherche
 SortedSet<IndexEntry> LuceneIndexer.search(Map query)
           
 SortedSet<IndexEntry> TopiaIndexService.search(String queryText)
          Permet de faire une recherche, par exemple: class:org.nuiton.chorem.entities.Person name:poussin
 SortedSet<IndexEntry> LuceneIndexer.search(String queryText)
           
 

Methods in org.nuiton.topia.index with parameters of type IndexEntry
 int IndexEntry.compareTo(IndexEntry o)
          Order is inverse of natural order, 1 compareTo 0 return -1 not 1 this permit to have the stronger score at beginning of sorted list
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.