A C E G H J O R S T V 

A

acceptsDocsOutOfOrder() - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 

C

clone() - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
collect(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 
compare(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
compareBottom(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
 
compareBottom(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
 
compareDocToValue(int, Object) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
 
compareDocToValue(int, Object) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
 
copy(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
 
copy(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
 
createJoinQuery(String, boolean, String, Query, IndexSearcher, ScoreMode) - Static method in class org.apache.lucene.search.join.JoinUtil
Method for query time joining.
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
createWeight(IndexSearcher) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 

E

equals(Object) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
equals(Object) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
extractTerms(Set<Term>) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 

G

getComparator(int, int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinSortField
 
getMaxScore() - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
Returns the highest score across all collected parent hits, as long as trackMaxScores=true was passed on construction.
getTopGroups(ToParentBlockJoinQuery, Sort, int, int, int, boolean) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
Returns the TopGroups for the specified BlockJoinQuery.
getTopGroupsWithAllChildDocs(ToParentBlockJoinQuery, Sort, int, int, boolean) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
Returns the TopGroups for the specified BlockJoinQuery.

H

hashCode() - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
hashCode() - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 

J

JoinUtil - Class in org.apache.lucene.search.join
Utility for query time joining using TermsQuery and TermsCollector.

O

org.apache.lucene.search.join - package org.apache.lucene.search.join
This modules support index-time and query-time joins.

R

rewrite(IndexReader) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
rewrite(IndexReader) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 

S

ScoreMode - Enum in org.apache.lucene.search.join
How to aggregate multiple child hit scores into a single parent score.
setBottom(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 
setNextReader(AtomicReaderContext) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
setScorer(Scorer) - Method in class org.apache.lucene.search.join.ToParentBlockJoinCollector
 

T

ToChildBlockJoinQuery - Class in org.apache.lucene.search.join
Just like ToParentBlockJoinQuery, except this query joins in reverse: you provide a Query matching parent documents and it joins down to child documents.
ToChildBlockJoinQuery(Query, Filter, boolean) - Constructor for class org.apache.lucene.search.join.ToChildBlockJoinQuery
Create a ToChildBlockJoinQuery.
ToParentBlockJoinCollector - Class in org.apache.lucene.search.join
Collects parent document hits for a Query containing one more more BlockJoinQuery clauses, sorted by the specified parent Sort.
ToParentBlockJoinCollector(Sort, int, boolean, boolean) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinCollector
Creates a ToParentBlockJoinCollector.
ToParentBlockJoinFieldComparator - Class in org.apache.lucene.search.join
A field comparator that allows parent documents to be sorted by fields from the nested / child documents.
ToParentBlockJoinFieldComparator.Highest - Class in org.apache.lucene.search.join
Concrete implementation of ToParentBlockJoinSortField to sorts the parent docs with the highest values in the child / nested docs first.
ToParentBlockJoinFieldComparator.Highest(FieldComparator<Object>, Filter, Filter, int) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Highest
Create ToParentBlockJoinFieldComparator.Highest
ToParentBlockJoinFieldComparator.Lowest - Class in org.apache.lucene.search.join
Concrete implementation of ToParentBlockJoinSortField to sorts the parent docs with the lowest values in the child / nested docs first.
ToParentBlockJoinFieldComparator.Lowest(FieldComparator<Object>, Filter, Filter, int) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator.Lowest
Create ToParentBlockJoinFieldComparator.Lowest
ToParentBlockJoinQuery - Class in org.apache.lucene.search.join
This query requires that you index children and parent docs as a single block, using the IndexWriter.addDocuments() or IndexWriter.updateDocuments() API.
ToParentBlockJoinQuery(Query, Filter, ScoreMode) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinQuery
Create a ToParentBlockJoinQuery.
ToParentBlockJoinSortField - Class in org.apache.lucene.search.join
A special sort field that allows sorting parent docs based on nested / child level fields.
ToParentBlockJoinSortField(String, SortField.Type, boolean, Filter, Filter) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinSortField
Create ToParentBlockJoinSortField.
ToParentBlockJoinSortField(String, SortField.Type, boolean, boolean, Filter, Filter) - Constructor for class org.apache.lucene.search.join.ToParentBlockJoinSortField
Create ToParentBlockJoinSortField.
toString(String) - Method in class org.apache.lucene.search.join.ToChildBlockJoinQuery
 
toString(String) - Method in class org.apache.lucene.search.join.ToParentBlockJoinQuery
 

V

value(int) - Method in class org.apache.lucene.search.join.ToParentBlockJoinFieldComparator
 
valueOf(String) - Static method in enum org.apache.lucene.search.join.ScoreMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.lucene.search.join.ScoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G H J O R S T V 

Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.