> Date: Wed, 31 Oct 2007 19:19:07 -0700> From: [EMAIL PROTECTED]> To: 
> solr-user@lucene.apache.org> Subject: RE: Phrase Query Performance Question> 
> > > : ("auto repair") 100384 hits 946 ms(auto repair) 100384 hits 31ms("car > 
> : repair"~1000000) 112183 hits 766 ms(car repair) 112183 hits 63 > : 
> ms("business service"~1000000) 1209751 hits 1500 ms(business service) > : 
> 1209751 hits 234 ms("shopping center"~1000000) 119481 hits 359 > : 
> ms(shopping center~1000000) 119481 hits 63 ms> > if i'm reading those numbers 
> right, every document in your corpus > containing the words "auto" or 
> "repair" also contains the exact phrase > "auto repair" with no slop ... this 
> seems HIGHLY unlikely. can you show > us *exactly* what the query URLs you 
> are using look like, and show us what > the request handler section of your 
> solrconfig.xml looks like.
 
 
Yes that's exactly what the documents are like. The documents are categorized. 
I indexed the category with the content 
of the documents using text field type.  The URL I used is 
select?q=content:("auto repair"~1000000)&fl=title. All other options like 
faceting, highlighting are not used.
 
> > also: where are you getting these times from? are these from the logging > 
> > output solr produces, or from the client you have hitting solr?> > : I 
> > don't know what is solr-trunk yet but I will find out> > he's refering to 
> > the unreleased develoment code, which you can checkout > from the "trunk" 
> > of the SOlr subversion repository...> > 
> > http://lucene.apache.org/solr/version_control.html> > > -Hoss> 
 
I am getting the time from the client browser
 
 
Thanks
-Haishan
 
 
 
 
 
 
 
_________________________________________________________________
Help yourself to FREE treats served up daily at the Messenger Café. Stop by 
today.
http://www.cafemessenger.com/info/info_sweetstuff2.html?ocid=TXT_TAGLM_OctWLtagline

Reply via email to