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
 java.util.SortedSet<IndexEntry> TopiaIndexService.search(java.util.Map query)
          Permet de faire une recherche
 java.util.SortedSet<IndexEntry> LuceneIndexer.search(java.util.Map query)
           
 java.util.SortedSet<IndexEntry> TopiaIndexService.search(java.lang.String queryText)
          Permet de faire une recherche, par exemple: class:org.nuiton.chorem.entities.Person name:poussin
 java.util.SortedSet<IndexEntry> LuceneIndexer.search(java.lang.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-2009 CodeLutin. All Rights Reserved.