Re: How to do sorting instead of using bq

2015-08-07 Thread rachun
Hi Upayavira, Yes, I have create boost which is come from outside and I can't index them into the doc because it need to be realtime sort. How can i do? other solution for the sort in this case? Thank you very much, Chun. -- View this message in context: http://lucene.472066.n3.nabble.com/H

Re: How to do sorting instead of using bq

2015-08-06 Thread Upayavira
How do you know those boost values? Do they come from the outside? Could you put them in the index with the docs themselves? Then you can sort on a field in the doc. On Fri, Aug 7, 2015, at 04:40 AM, rachun wrote: > Hi all, > > I'm trying to sort some docs which is about 200 or more docs. > by us