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

T

term() - Method in class org.weborganic.flint.query.AnyTermParameter
Returns the wrapped term.
term() - Method in class org.weborganic.flint.query.TermParameter
Returns the wrapped term.
TermExtractable - Interface in org.weborganic.flint.query
Indicates that terms can be extracted from the query.
terminate() - Method in class org.weborganic.flint.query.SearchResults
Release all references to the searcher.
TermParameter - Class in org.weborganic.flint.query
A basic search parameter wrapping a simple Term.
TermParameter(String, String) - Constructor for class org.weborganic.flint.query.TermParameter
Creates a new term parameter from the specified field name and text.
TermParameter(Term) - Constructor for class org.weborganic.flint.query.TermParameter
Creates a new term parameter from the specified term.
Terms - Class in org.weborganic.flint.util
A collection of utility methods to manipulate and extract terms.
terms(List<String>, List<String>) - Static method in class org.weborganic.flint.util.Terms
Returns the list of terms based on the given list of fields and texts.
terms(IndexReader, String) - Static method in class org.weborganic.flint.util.Terms
Returns the list of terms for the specified field.
termVector(Field.TermVector) - Method in class org.weborganic.flint.index.FieldBuilder
Sets the term vector.
termVector(String) - Method in class org.weborganic.flint.index.FieldBuilder
Sets the term vector.
termVector() - Method in class org.weborganic.flint.index.FieldBuilder
Returns the term vector.
textComparator() - Static method in class org.weborganic.flint.util.Terms
Returns a comparator to order terms using their text value.
to() - Method in class org.weborganic.flint.query.DateParameter
Returns the value of the upper limit for the date range.
toBoost(String) - Static method in class org.weborganic.flint.index.FieldBuilder
Returns the boost value for a field as a float.
toFieldIndex(String) - Static method in class org.weborganic.flint.index.FieldBuilder
Returns the Lucene 3 Field Index matching the specified value.
toFieldIndex(String) - Static method in class org.weborganic.flint.index.IndexParser
Returns the Lucene2 Field Index from the attribute value.
toFieldStore(String) - Static method in class org.weborganic.flint.index.FieldBuilder
Returns the Lucene 3 Field Store matching the specified value.
toFieldStore(String) - Static method in class org.weborganic.flint.index.IndexParser
Returns the Lucene2 Field Store from the attribute value.
toISODate(String) - Static method in class org.weborganic.flint.util.Dates
Returns an ISO 8601 calendar date from a Lucene Index value.
toISODateTime(String, int) - Static method in class org.weborganic.flint.util.Dates
Format the value as an ISO8601 date time.
toNumber(Date, DateTools.Resolution) - Static method in class org.weborganic.flint.util.Dates
Return the numeric value used by Lucene 3 for dates.
toNumeric(String) - Static method in class org.weborganic.flint.index.FieldBuilder
Returns the numeric type.
toQuery() - Method in class org.weborganic.flint.content.DeleteRule
Return the Query used for deleting.
toQuery() - Method in class org.weborganic.flint.query.AnyTermParameter
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in class org.weborganic.flint.query.BasicQuery
Returns the Lucene query corresponding to this class.
toQuery() - Method in class org.weborganic.flint.query.DateParameter
Generates the Query object corresponding to a date range search query.
toQuery() - Method in class org.weborganic.flint.query.FacetParameter
Returns the Query for this selected facet.
toQuery() - Method in interface org.weborganic.flint.query.FlintQuery
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. Generates the Query object corresponding to a search query.
toQuery() - Method in class org.weborganic.flint.query.NumericRange
Generates the Query object corresponding to a numeric range search query.
toQuery() - Method in class org.weborganic.flint.query.Predicate
Returns this object as Lucene query instance.
toQuery() - Method in class org.weborganic.flint.query.PredicateSearchQuery
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in class org.weborganic.flint.query.PrefixParameter
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in class org.weborganic.flint.query.Question
Returns this object as Lucene query instance.
toQuery() - Method in interface org.weborganic.flint.query.SearchParameter
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in interface org.weborganic.flint.query.SearchQuery
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in class org.weborganic.flint.query.SuggestionQuery
Returns the Lucene query instance corresponding to this object.
toQuery() - Method in class org.weborganic.flint.query.TermParameter
Returns the Lucene query instance corresponding to this object.
toResolution(String) - Static method in class org.weborganic.flint.index.FieldBuilder
Returns the resolution for date.
toString() - Method in class org.weborganic.flint.content.NamedContentType
Returns the name of this content type.
toString() - Method in enum org.weborganic.flint.index.FieldType
Return the String representation of this object.
toString() - Method in class org.weborganic.flint.IndexJob
Returns a string with each class attribute value - useful when debugging and logging.
toString() - Method in class org.weborganic.flint.local.LocalFileContentId
 
toString() - Method in class org.weborganic.flint.local.LocalFileContentType
Always returns "LocalFile".
toString() - Method in class org.weborganic.flint.local.LocalIndex
 
toString() - Method in class org.weborganic.flint.query.AnyTermParameter
toString() - Method in class org.weborganic.flint.query.BasicQuery
Returns a string representation of this query for human consumption.
toString() - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. 
toString() - Method in class org.weborganic.flint.query.Predicate
toString() - Method in class org.weborganic.flint.query.PrefixParameter
toString() - Method in class org.weborganic.flint.query.Question
toString() - Method in class org.weborganic.flint.query.TermParameter
toString() - Method in class org.weborganic.flint.util.Bucket.Entry
toString(Date, DateTools.Resolution) - Static method in class org.weborganic.flint.util.Dates
Return the string value used by Lucene 3 for dates.
toString(Fieldable) - Static method in class org.weborganic.flint.util.Fields
Returns the string value of the specified field.
toTerm() - Method in class org.weborganic.flint.content.DeleteRule
Return the Term used for deleting.
toTermOrPhraseQuery(String, String) - Static method in class org.weborganic.flint.util.Queries
Returns the term or phrase query corresponding to the specified text.
toTermVector(String) - Static method in class org.weborganic.flint.index.FieldBuilder
Returns the Lucene 3 Field Index from the attribute value.
toValues(String) - Static method in class org.weborganic.flint.util.Fields
Returns a list of possible field values from the specified text.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.AnyTermParameter
toXML(XMLWriter) - Method in class org.weborganic.flint.query.BasicQuery
Generates the XML for this query.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.DateParameter
Serialises the search query as XML.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.FacetParameter
Returns the XML for this facet parameter.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.GenericSearchQuery
Deprecated. Serialises the search query as XML.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.NumericRange
Serialises the search query as XML.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.Predicate
toXML(XMLWriter) - Method in class org.weborganic.flint.query.PredicateSearchQuery
Serialises the search query as XML.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.PrefixParameter
toXML(XMLWriter) - Method in class org.weborganic.flint.query.Question
toXML(XMLWriter) - Method in class org.weborganic.flint.query.SearchResults
Serialises the search results as XML.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.SuggestionQuery
Prints this query as XML on the specified XML writer.
toXML(XMLWriter) - Method in class org.weborganic.flint.query.TermParameter
toXML(XMLWriter) - Method in class org.weborganic.flint.search.FieldFacet
 
toXML(XMLWriter, Document, List<Terms>, int) - Static method in class org.weborganic.flint.util.Documents
Returns the XML for a document.
toXML(XMLWriter, Document) - Static method in class org.weborganic.flint.util.Documents
Returns the XML for a document.
toXML(XMLWriter, List<Term>) - Static method in class org.weborganic.flint.util.Terms
Returns the XML for a list of terms.
toXML(XMLWriter, Bucket<Term>) - Static method in class org.weborganic.flint.util.Terms
Returns the XML for a list of terms.
toXML(XMLWriter, Term) - Static method in class org.weborganic.flint.util.Terms
Returns the XML for a term.
toXML(XMLWriter, Term, int) - Static method in class org.weborganic.flint.util.Terms
Returns the XML for a term.
translate(Content) - Method in interface org.weborganic.flint.api.ContentTranslator
Translate the content provided into an XML Source ready to be transformed by Flint.
translate(Content) - Method in class org.weborganic.flint.content.SourceForwarder
Returns a new Reader on the content to translate using the specified charset.
translateContent(ContentType, IndexConfig, Content, Map<String, String>, Writer) - Method in class org.weborganic.flint.IndexManager
Translate content into IDX data.
translateContent(FlintErrorListener, ContentType, IndexConfig, Content, Map<String, String>, Writer) - Method in class org.weborganic.flint.IndexManager
Translate the provided content into Flint Index XML

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