A B C D E F G H I L M N O P Q R S T U V W

G

GenericSearchQuery - Class in org.weborganic.flint.query
Deprecated. Use BasicQuery instead
GenericSearchQuery() - Constructor for class org.weborganic.flint.query.GenericSearchQuery
Deprecated.  
getAllJobs() - Method in class org.weborganic.flint.IndexJobQueue
Returns the complete list of jobs.
getAnalyzer() - Method in interface org.weborganic.flint.api.Index
Return the Lucene Analyzer.
getAnalyzer() - Method in class org.weborganic.flint.index.DirectoryIndex
The Analyzer that the Index should use.
getAnalyzer() - Method in class org.weborganic.flint.local.LocalIndex
 
getBits() - Method in class org.weborganic.flint.search.BitCollector
Returns the BitSet after a search.
getBoost(String) - Method in class org.weborganic.flint.query.Predicate
Returns the boost value for the specified field.
getBoost(String) - Method in class org.weborganic.flint.query.Question
Returns the boost value for the specified field.
getConfig() - Method in class org.weborganic.flint.IndexJob
Return the config.
getConfigID() - Method in interface org.weborganic.flint.api.Content
Return the config ID to use when transforming the content, null if no ID needed.
getConfigID() - Method in class org.weborganic.flint.local.LocalFileContent
Always null.
getConsidered() - Method in class org.weborganic.flint.util.Bucket
Returns the number of items that have been considered for inclusion in this bucket.
getContent(ContentId) - Method in interface org.weborganic.flint.api.ContentFetcher
Load the Content.
getContentID() - Method in class org.weborganic.flint.IndexJob
Return the content ID used to retrieve the content and the config.
getContentType() - Method in interface org.weborganic.flint.api.ContentId
Load the Content Type attached to this ID.
getContentType() - Method in class org.weborganic.flint.local.LocalFileContentId
 
getCount() - Method in class org.weborganic.flint.search.BitCollector
Returns the cardinality of the BitSet after a search.
getCount() - Method in class org.weborganic.flint.search.DocumentCounter
Returns the number of documents counted after a search.
getDeleteRule() - Method in interface org.weborganic.flint.api.Content
Returns the rule used to delete the previous content.
getDocument(int) - Method in class org.weborganic.flint.query.SearchResults
Load a document from the index.
getField() - Method in class org.weborganic.flint.query.BasicQuery
Deprecated. Will be removed in future releases
getField() - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. Unused as this query does not use a single field but may use multiple.
getField() - Method in class org.weborganic.flint.query.PredicateSearchQuery
Returns null.
getField() - Method in interface org.weborganic.flint.query.SearchQuery
Returns the name of the field to search.
getField() - Method in class org.weborganic.flint.query.SuggestionQuery
Returns the field of the first entered term or null.
getFirstHit() - Method in class org.weborganic.flint.query.SearchPaging
Returns the first hit based on the total number of hits.
getHitsPerPage() - Method in class org.weborganic.flint.query.SearchPaging
Returns the number of hits per page for the searches.
getID() - Method in interface org.weborganic.flint.api.ContentId
Turn this ID in a String (must be unique).
getID() - Method in class org.weborganic.flint.local.LocalFileContentId
 
getIndex() - Method in class org.weborganic.flint.IndexJob
Return the Index that this job is to be run on.
getIndexDirectory() - Method in interface org.weborganic.flint.api.Index
Return the Index Directory object.
getIndexDirectory() - Method in class org.weborganic.flint.index.DirectoryIndex
Return the Directory used in this Index.
getIndexDirectory() - Method in class org.weborganic.flint.local.LocalIndex
 
getIndexID() - Method in interface org.weborganic.flint.api.Index
Return the unique identifier for this index.
getIndexID() - Method in class org.weborganic.flint.index.DirectoryIndex
This Index's unique ID.
getIndexID() - Method in class org.weborganic.flint.local.LocalIndex
 
getInstance() - Static method in class org.weborganic.flint.index.IndexParserFactory
Generate an index document parser instance.
getInstance() - Static method in class org.weborganic.flint.log.NoOpListener
Returns the singleton instance.
getInstance() - Static method in class org.weborganic.flint.util.FlintEntityResolver
Returns the single instance defined in this class.
getJobsForIndex(Index) - Method in class org.weborganic.flint.IndexJobQueue
Returns the list of jobs for the index provided.
getJobsForRequester(Requester) - Method in class org.weborganic.flint.IndexJobQueue
Returns the list of jobs for the specified requester.
getLastHit(int) - Method in class org.weborganic.flint.query.SearchPaging
Returns the last hit for the current page in the results based on the total number hits.
getLastModified() - Method in class org.weborganic.flint.local.LocalIndex
Returns when this index was last modified.
getLastModified(File) - Static method in class org.weborganic.flint.local.LocalIndex
Returns when an index was last modified.
getMediaType() - Method in interface org.weborganic.flint.api.Content
Load the media type for the content.
getMimeTypesSupported() - Method in interface org.weborganic.flint.api.ContentTranslatorFactory
Return the list of MIME Types supported this factory.
getMimeTypesSupported() - Method in class org.weborganic.flint.content.AutoXMLTranslatorFactory
Returns a list containing the XML media types recognised by this translator factory.
getMimeTypesSupported() - Method in class org.weborganic.flint.FlintTranslatorFactory
Returns a list containing the .
getPage() - Method in class org.weborganic.flint.query.SearchPaging
Returns the requested page number.
getPageCount(int) - Method in class org.weborganic.flint.query.SearchPaging
Returns the number of pages in the results based on the total number hits.
getParameter(String, String[]) - Static method in class org.weborganic.flint.util.CommandLine
Returns the value corresponding to the given switch.
getParameters(ContentType, String) - Method in class org.weborganic.flint.IndexConfig
Returns a list of parameters for the given content type and media type (and not matching a specific configuration ID).
getParameters(ContentType, String, String) - Method in class org.weborganic.flint.IndexConfig
Returns an unmodifiable list of parameters for the given content type and media type and matching a specific configuration ID.
getParameters() - Method in class org.weborganic.flint.IndexJob
Return the dynamic XSLT parameters for this job (unmodifiable list, never null).
getPredicate() - Method in class org.weborganic.flint.query.BasicQuery
Deprecated. Will be removed in future releases
getPredicate() - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. Returns the predicate corresponding to the Lucene query.
getPredicate() - Method in class org.weborganic.flint.query.PredicateSearchQuery
Returns the predicate to use for this search.
getPredicate() - Method in interface org.weborganic.flint.query.SearchQuery
Returns the predicate for this search.
getPredicate() - Method in class org.weborganic.flint.query.SuggestionQuery
Always sorts by relevance.
getRequester() - Method in class org.weborganic.flint.IndexJob
Return the original job's requester.
getRequesterID() - Method in interface org.weborganic.flint.api.Requester
Return the ID for this requester.
getScoreDoc() - Method in class org.weborganic.flint.query.SearchResults
Return the actual results.
getSort() - Method in class org.weborganic.flint.query.BasicQuery
Returns the sort order for the results.
getSort() - Method in interface org.weborganic.flint.query.FlintQuery
Returns the sorting key for the results.
getSort() - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. Defines the sort order.
getSort() - Method in class org.weborganic.flint.query.PredicateSearchQuery
Returns the sort order.
getSort() - Method in interface org.weborganic.flint.query.SearchQuery
Returns the sorting key for the results.
getSort() - Method in class org.weborganic.flint.query.SuggestionQuery
Always sort by relevance.
getSource() - Method in interface org.weborganic.flint.api.Content
Returns the content as a stream, ready to be translated.
getSource() - Method in class org.weborganic.flint.local.LocalFileContent
Returns a new buffered FileInputStream.
getStatus(Requester) - Method in class org.weborganic.flint.IndexManager
Returns the list of waiting jobs for the Requester provided.
getStatus(Index) - Method in class org.weborganic.flint.IndexManager
Returns the list of waiting jobs for the index provided.
getStatus() - Method in class org.weborganic.flint.IndexManager
Returns the list of waiting job for the all the indexes.
getTemplates(ContentType, String) - Method in class org.weborganic.flint.IndexConfig
Returns the compiled XSLT templates or null if there are no templates associated with this content type and media type.
getTemplates(ContentType, String, String) - Method in class org.weborganic.flint.IndexConfig
Returns the compiled XSLT templates, null if there are no templates associated with this content type and media type for the specified configuration ID.
getTotalNbOfResults() - Method in class org.weborganic.flint.query.SearchResults
Returns the total number of results.
grabReader(Index) - Method in class org.weborganic.flint.IndexManager
Returns a near real-time Reader on the index provided.
grabSearcher(Index) - Method in class org.weborganic.flint.IndexManager
Returns a near real-time Searcher on the index provided.

A B C D E F G H I L M N O P Q R S T U V W