Uses of Class
jcolibri.extensions.textual.lucene.LuceneIndex

Packages that use LuceneIndex
jcolibri.extensions.textual.carrot2 Carrot 2 extension. 
jcolibri.extensions.textual.lucene Apache Lucene extension. 
jcolibri.method.precycle Pre cycle methods. 
jcolibri.method.retrieve.LuceneRetrieval Retrieval method using Lucene. 
jcolibri.method.retrieve.NNretrieval.similarity.local.textual Textual similarity functions for the KNN method. 
 

Uses of LuceneIndex in jcolibri.extensions.textual.carrot2
 

Constructors in jcolibri.extensions.textual.carrot2 with parameters of type LuceneIndex
CarrotClusterer(LuceneIndex index, java.lang.String[] searchFields)
          Creates a Carrot Clusterer for the given Lucene Index.
CarrotClusterer(LuceneIndex index, java.lang.String[] searchFields, int maxclusters)
          Creates a Carrot Clusterer for the given Lucene Index that returns a maximum number of documents in each search.
CarrotClusteringResult(org.carrot2.core.impl.ArrayOutputComponent.Result result, LuceneIndex index)
          Creates a CarrotClusteringResult object from the Carrot2 output.
 

Uses of LuceneIndex in jcolibri.extensions.textual.lucene
 

Methods in jcolibri.extensions.textual.lucene with parameters of type LuceneIndex
static LuceneSearchResult LuceneSearcher.search(LuceneIndex index, java.lang.String query, java.lang.String fieldName)
          Performs a search using Lucene
static LuceneSearchResult LuceneSearcher.searchSpanish(LuceneIndex index, java.lang.String query, java.lang.String fieldName)
          Performs a search over spanish texts using Lucene
 

Constructors in jcolibri.extensions.textual.lucene with parameters of type LuceneIndex
LuceneSearchResult(org.apache.lucene.search.Hits hits, LuceneIndex index)
          Transforms from Lucene result format.
 

Uses of LuceneIndex in jcolibri.method.precycle
 

Methods in jcolibri.method.precycle that return LuceneIndex
static LuceneIndex LuceneIndexCreator.createLuceneIndex(CBRCaseBase casebase)
          Creates a Lucene Index with the text contained in some attributes.
static LuceneIndex LuceneIndexCreator.createLuceneIndex(CBRCaseBase casebase, java.util.Collection<Attribute> fields)
          Creates a Lucene Index with the text contained in some attributes.
 

Uses of LuceneIndex in jcolibri.method.retrieve.LuceneRetrieval
 

Methods in jcolibri.method.retrieve.LuceneRetrieval with parameters of type LuceneIndex
static java.util.Collection<RetrievalResult> LuceneRetrieval.LuceneRetrieve(CBRCaseBase casebase, CBRQuery query, LuceneIndex index, Attribute searchField, boolean normalized, int k)
          This method retrieves cases using Lucene to compute the similarity with the query.
 

Uses of LuceneIndex in jcolibri.method.retrieve.NNretrieval.similarity.local.textual
 

Constructors in jcolibri.method.retrieve.NNretrieval.similarity.local.textual with parameters of type LuceneIndex
LuceneTextSimilarity(LuceneIndex index, CBRQuery query, Attribute at, boolean normalized)
          Creates a LuceneTextSimilarity object.
 


GAIA - Group for Artificial Intelligence Applications
http://gaia.fdi.ucm.es