RE: [EXT] Re: Efficient sort on SortedDocValues

2022-11-07 Thread Solodin, Andrei (TR Technology)
am still wondering why it's not possible > to iterate in the field older. Seems like that would provide > substantial improvement. > > From: Solodin, Andrei (TR Technology) > Sent: Saturday, November 5, 2022 5:18 PM > To: java-user@lucene.apache.org > Subject: RE: Efficient sort

Re: Efficient sort on SortedDocValues

2022-11-07 Thread Adrien Grand
ial > > improvement. > > > > From: Solodin, Andrei (TR Technology) > > Sent: Saturday, November 5, 2022 5:18 PM > > To: java-user@lucene.apache.org > > Subject: RE: Efficient sort on SortedDocValues > > > > I just realized that the problem is that the fie

Re: Efficient sort on SortedDocValues

2022-11-07 Thread Mikhail Khludnev
older. Seems like that would provide substantial > improvement. > > From: Solodin, Andrei (TR Technology) > Sent: Saturday, November 5, 2022 5:18 PM > To: java-user@lucene.apache.org > Subject: RE: Efficient sort on SortedDocValues > > I just realized that the problem i

RE: Efficient sort on SortedDocValues

2022-11-05 Thread Solodin, Andrei (TR Technology)
improvement. From: Solodin, Andrei (TR Technology) Sent: Saturday, November 5, 2022 5:18 PM To: java-user@lucene.apache.org Subject: RE: Efficient sort on SortedDocValues I just realized that the problem is that the field needs to be indexed as well. Now it works. But I noticed that this only works

RE: Efficient sort on SortedDocValues

2022-11-05 Thread Solodin, Andrei (TR Technology)
: Saturday, November 5, 2022 1:07 PM To: java-user@lucene.apache.org Subject: Efficient sort on SortedDocValues Hello Lucene community, while looking into how to efficiently sort on a field value, I came across a couple of things that I don't quite understand. My assumption was that if I execute a search

Efficient sort on SortedDocValues

2022-11-05 Thread Solodin, Andrei (TR Technology)
Hello Lucene community, while looking into how to efficiently sort on a field value, I came across a couple of things that I don't quite understand. My assumption was that if I execute a search and sort on a SortedDocValues field, lucene would only iterate over the docs in the order of the