Re: Range vs Term lookup

2006-05-30 Thread maustin75
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

Range vs Term lookup

2006-05-30 Thread maustin75
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

Re: solrconfig environment variable

2006-05-23 Thread maustin75
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

Re: solrconfig environment variable

2006-05-23 Thread maustin75
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

solrconfig environment variable

2006-05-23 Thread maustin75
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

facet id values for indexed documents

2006-05-20 Thread maustin75
I have a database of products to search. I plan to have a design with categories/facet groups/facets. Similar to this: