Re: Field Selector in Searcher interface

2007-03-02 Thread Mark Miller
Thanks Grant, I don't mind trying my hand at it or making an issue Just wanted to make sure I wasn't all wet about it first. - Mark Grant Ingersoll wrote: The odds increase significantly in correlation to patches submitted! :-) The odds increase slightly by at least filing an "enhancement

Re: Field Selector in Searcher interface

2007-03-01 Thread Grant Ingersoll
The odds increase significantly in correlation to patches submitted! :-) The odds increase slightly by at least filing an "enhancement" issue in JIRA. They increase a tiny bit by bringing it up here! I may have some time in the not too distant future for this, but we always appreciate t

Field Selector in Searcher interface

2007-03-01 Thread Mark Miller
What are the odds (or reasons against) bubbling up doc(int, fieldSeclector) to Searcher? I would love to take advantage of the selective field loading but I am working with MultiSearchers and Searchers so I cannot count on getReader (in IndexSearcher) for access. - Mark --