Re: (DocIds satisfying a query) -> (branch of the boolean query as a tree)

2014-01-25 Thread Michael Sokolov
The highlighters are the only thing I know of (in trunk) that do something like that. Work on this branch (https://issues.apache.org/jira/browse/LUCENE/fixforversion/12317158) is an attempt to make that more efficient. In general the problem with doing this during scoring (the filtering doc

(DocIds satisfying a query) -> (branch of the boolean query as a tree)

2014-01-24 Thread Olivier Binda
Hello While searching a query, I guess that Lucene traverses a Field->Term->DocId structure, filters the docIds that satisfy the query, score them and then sort them Given a resulting docId, I would like a way to find at least a valid path (or the first valid path or all valid paths) that ma