Searcher class should have an abstract declaration of doc(int n, FieldSelector)
-------------------------------------------------------------------------------
Key: LUCENE-999
URL: https://issues.apache.org/jira/browse/LUCENE-999
Project: Lucene - Java
Issue Type: Improvement
Components: Search
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Trivial
Add:
abstract public Document doc(int n, FieldSelector fieldSelector) throws CorruptIndexException,
IOException;
to Searcher, since it is defined by Searchable anyway, which Searcher implements. This would
allows people using Searcher to have access to the FieldSelector mechanism.
If there are no objections, I will commit this change by Monday, as I don't think it will
break anything, because all derived classes already have to implement it anyway.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org
|