Uses of Class
org.gcube.search.datafusion.datatypes.PositionalRecordWrapper

Packages that use PositionalRecordWrapper
org.gcube.search.datafusion   
org.gcube.search.datafusion.datatypes   
org.gcube.search.datafusion.helpers   
 

Uses of PositionalRecordWrapper in org.gcube.search.datafusion
 

Method parameters in org.gcube.search.datafusion with type arguments of type PositionalRecordWrapper
static URI DataFusion.rerankRecords(Iterator<PositionalRecordWrapper> iter, String query, int count, List<String> snippetFields, Boolean includePosition)
          Takes an iterator of PositionalRecordWrappers and puts them in a lucene index.
 

Uses of PositionalRecordWrapper in org.gcube.search.datafusion.datatypes
 

Methods in org.gcube.search.datafusion.datatypes that return PositionalRecordWrapper
 PositionalRecordWrapper RSFusedIterator.next()
           
 

Uses of PositionalRecordWrapper in org.gcube.search.datafusion.helpers
 

Method parameters in org.gcube.search.datafusion.helpers with type arguments of type PositionalRecordWrapper
static Map<String,Long> IndexHelper.feedLucene(org.apache.lucene.store.Directory index, Iterator<PositionalRecordWrapper> iter, List<String> snippetFields, Set<String> fields, int count)
          Feeds the lucene index with (maximum count) records that are retrieved from the iter.
 



Copyright © 2013. All Rights Reserved.