[suggestions] fetch terms from a FilterAtomicReader(subclass)?

2014-10-27 Thread Clemens Wyss DEV
Is it possible to fetch the terms of a FilterAtomicReader in order to provide suggestions from a subset of all documents in an index? So my target is to provide suggestions from a subset of all documents in an index. Note: I have an equal discussion ongoing in the solr-mailinglist. But I

Re: [suggestions] fetch terms from a FilterAtomicReader(subclass)?

2014-10-27 Thread Olivier Binda
On 10/27/2014 07:32 AM, Clemens Wyss DEV wrote: Is it possible to fetch the terms of a FilterAtomicReader in order to provide suggestions from a subset of all documents in an index? Yes, it is possible. I do it by feeding a custom Dictionary with a custom InputIterator in the lookup.build()

AW: [suggestions] fetch terms from a FilterAtomicReader(subclass)?

2014-10-27 Thread Clemens Wyss DEV
Betreff: Re: [suggestions] fetch terms from a FilterAtomicReader(subclass)? On 10/27/2014 07:32 AM, Clemens Wyss DEV wrote: Is it possible to fetch the terms of a FilterAtomicReader in order to provide suggestions from a subset of all documents in an index? Yes, it is possible. I do it by feeding