RE: multiple queries in single request

2014-05-25 Thread Pavel Belenkovich
solr-user@lucene.apache.org Subject: Re: multiple queries in single request No, I was rejecting BOTH methods 1 and 2. I was suggesting a different method. I'll leave it to somebody else to describe the method so that it is easier to understand. -- Jack Krupansky -Original Message----- From: Pavel B

RE: multiple queries in single request

2014-05-22 Thread Pavel Belenkovich
.com/Solr-large-boolean-filter-td4070747.htmlthere is even some code at github! If you see that stored fields is a slowpoke, but only if you do, you can consider https://wiki.apache.org/solr/FieldCollapsing , however it's also known as a bottleneck. On Thu, May 22, 2014 at 12:00 P

RE: multiple queries in single request

2014-05-22 Thread Pavel Belenkovich
y to, say, 50 or 100 IDs. -- Jack Krupansky -Original Message- From: Pavel Belenkovich Sent: Wednesday, May 21, 2014 1:07 PM To: solr-user@lucene.apache.org Subject: multiple queries in single request Hi, I have list of 1000 values for some field which is sort of id (essentially uniq

multiple queries in single request

2014-05-21 Thread Pavel Belenkovich
Hi, I have list of 1000 values for some field which is sort of id (essentially unique between documents) (let's say firstname_lastmane). I need to get the document for each id (to know which document is for which id, not just list of responses). Is there some support for multiple queries in sin

multiValued filed vs separate fields

2014-05-14 Thread Pavel Belenkovich
Hi, I wonder about performance difference of 2 indexing options: 1- multivalued field 2- separate fields The case is as follows: Each document has 100 "properties": prop1..prop100. The values are strings and there is no relation between different properties. I would like to search by