Re: explaination of query processing in SOLR

2014-08-17 Thread Jack Krupansky
August 17, 2014 6:25 AM To: solr-user@lucene.apache.org Subject: Re: explaination of query processing in SOLR I think you is confused with the extension for files created for lucene index. Those files does not play crucial role in search. I will suggest you to first setup the solr, index some files

Re: explaination of query processing in SOLR

2014-08-17 Thread Aman Tandon
I think you is confused with the extension for files created for lucene index. Those files does not play crucial role in search. I will suggest you to first setup the solr, index some files, then you should apply various features like faceting, etc. Then you also understand the significance of sche

Re: explaination of query processing in SOLR

2014-08-13 Thread Jack Krupansky
Why? The semantics are defined by the code and similarity matching algorithm, not... files. -- Jack Krupansky -Original Message- From: abhi Abhishek Sent: Wednesday, August 13, 2014 2:40 AM To: solr-user@lucene.apache.org Subject: Re: explaination of query processing in SOLR Thanks

Re: explaination of query processing in SOLR

2014-08-12 Thread abhi Abhishek
Thanks Alex and Jack for the direction, actually what i was trying to understand was how various files had an effect on the search. Thanks, Abhishek On Fri, Aug 8, 2014 at 6:35 PM, Alexandre Rafalovitch wrote: > Abhishek, > > Your first part of the question is interesting, but your specific >

Re: explaination of query processing in SOLR

2014-08-08 Thread Alexandre Rafalovitch
Abhishek, Your first part of the question is interesting, but your specific details are probably the wrong level for you to concentrate on. The issues you will be facing are not about which file does what. That's more performance and inner details. I feel you should worry more about the fields, de

Re: explaination of query processing in SOLR

2014-08-08 Thread Jack Krupansky
rs for queries in Solr as well (Search Components), but none of it is down at that Lucene file level. -- Jack Krupansky -Original Message- From: abhi Abhishek Sent: Friday, August 8, 2014 7:59 AM To: solr-user@lucene.apache.org Subject: explaination of query processing in SOLR Hello,

explaination of query processing in SOLR

2014-08-08 Thread abhi Abhishek
Hello, I am fairly new to SOLR, can someone please help me understand how a query is processed in SOLR, i.e, what i want to understand is from the time it hits solr what files it refers to process the query, i.e, order in which .tvx, .tvd files and others are accessed. basically i would like to