Package com.semedy.reasoner.edb.zdb
Class InvertedIndexSearchResult
java.lang.Object
com.semedy.reasoner.edb.zdb.InvertedIndexSearchResult
- All Implemented Interfaces:
Iterable<SearchResult>
-
Constructor Summary
ConstructorsConstructorDescriptionInvertedIndexSearchResult
(InvertedIndexLucene invertedIndex, org.apache.lucene.search.ScoreDoc[] hits) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
InvertedIndexSearchResult
public InvertedIndexSearchResult(InvertedIndexLucene invertedIndex, org.apache.lucene.search.ScoreDoc[] hits)
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<SearchResult>
-
size
public long size() -
close
public void close()
-