The same speed if they are in Solr's cache :-)
Range query will be slightly slower, but if it becomes a bottleneck or
not depends on the total complexity of the queries/requests.
What does the cache use as a key to determine if it is cached?
For example, how many bitsets are cached here with
I'm doing a search based on price and was wondering what the performance
difference would be between these two queries:
1) +price:[0 TO 20]
2) +price:4567
Basically, to do a search with a range or pre-determine the range and do a
search based on an id? It would be easier to set up with a rang
hehe.. I did think that was a typo.
Sorry to underestimate your typing abilities :)
- Original Message -
From: "Yonik Seeley" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 23, 2006 5:24 PM
Subject: Re: solrconfig environment variable
On 5/23/06, maustin75 <[EMAI
Ahh.. ok..
"java -D solr.solr.home=/myhome/solr -jar start.jar" - That will work.
Thanks Chris and Yonik.
- Original Message -
From: "Chris Hostetter" <[EMAIL PROTECTED]>
To:
Sent: Tuesday, May 23, 2006 5:01 PM
Subject: Re: solrconfig environment variable
: does the System.getProp
I'm having problems retrieving my system variables to set the default
solrconfig directory.
This function returns "solr/" when the instance variable is "solr" and my
environment/system variables include solr.solr.home = "c:\."
This is on WinXP. I tried rebooting.
does the System.getProperty
I have a database of products to search. I plan to have a design with
categories/facet groups/facets. Similar to this: