Re: Filter support for string faceting

2017-10-05 Thread Chitra
Kindly post your suggestions. -- Regards, Chitra

payload at the document level

2017-10-05 Thread Lisheng Zhang
Hi, I understand payload should be associated with an indexed term, but i remembered long time ago it was suggested that we should have payload at the document level (for whole document), such that we can get payload by docID only. Do we have this feature implemented in lucene 7 (i searched doc &

Re: payload at the document level

2017-10-05 Thread Chris Hostetter
what you're describing is essentially just DocValues -- for each document, you can have an arbitrary bytes[] (or number, or sorted list of numbers), and you could write a custom query/similarity/collector that can access that "docvalue" at search time to decide if it's a match (or how to score