[ 
https://issues.apache.org/jira/browse/LUCENE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477682
 ] 

Mark Miller commented on LUCENE-822:
------------------------------------

The patch misses adding the doc(int, FieldSelector) method to Searcher, which I 
don't think is necessary but fits with the style of the current code.

> Make FieldSelector usable from Searchable 
> ------------------------------------------
>
>                 Key: LUCENE-822
>                 URL: https://issues.apache.org/jira/browse/LUCENE-822
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index, Search
>    Affects Versions: 2.1
>            Reporter: Mark Miller
>            Priority: Minor
>         Attachments: fieldSelectorInSearchableV1.0.patch
>
>
> Seems reasonable that you would want to be able to specify a FieldSelector 
> from Searchable because many systems do not use IndexSearcher (where you can 
> get a Reader), but instead use Searchable or Searcher so that Searchers and 
> MultiSearchers can be used in a polymorphic manner.

-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to