Batch Search Query

2013-03-28 Thread Mike Haas
Hello. My company is currently thinking of switching over to Solr 4.2, coming off of SQL Server. However, what we need to do is a bit weird. Right now, we have ~12 million segments and growing. Usually these are sentences but can be other things. These segments are what will be stored in Solr.

Re: Batch Search Query

2013-03-28 Thread Mike Haas
is that you end up storing ~13% of document text (besides, it is a one token fingerprint, therefore quite fast to search for - you could even try one huge boolean query with 1024 clauses, ouch... :)) roman On Thu, Mar 28, 2013 at 11:43 AM, Mike Haas mikehaas...@gmail.com wrote: Hello. My company

Re: Batch Search Query

2013-03-28 Thread Mike Haas
search component and register it as a first-component in your search handler (take a look at solrconfig.xml for how search handlers are configured, e.g. /browse). Cheers, Tim On Thu, Mar 28, 2013 at 9:43 AM, Mike Haas mikehaas...@gmail.com wrote: Hello. My company is currently thinking

Re: Batch Search Query

2013-03-28 Thread Mike Haas
at 12:27 PM, Mike Haas mikehaas...@gmail.com wrote: Thanks for your reply, Roman. Unfortunately, the business has been running this way forever so I don't think it would be feasible to switch to a whole sure, no arguing against that :) document store versus segments store. Even