I'm also looking for a solution with multiple indices.
Soo.. great, are you saying the patch doesn't work or what? And could
you elaborate a little more on the "I have written the Lucene
application.." What did you do?
-Peter Thygesen
-Original Message-
From: Jae Joo [mailto:[EMAIL PROT
The idea was to keep separated a certain number of lines (or sentences)
in a document without using the GapPosition trick between field
instances. I found that the use of multiple dynamic fields is a cleaner
and generic approach.
By using the copyField, I duplicate data inside the index but I lo
Very nice, I will try this approach.
Thanks Yonik.
Yonik Seeley wrote:
On Feb 4, 2008 11:53 AM, Yonik Seeley <[EMAIL PROTECTED]> wrote:
You could, but that would be the hard way (by a big margin).
There are pluggable query parsers now (see QParserPlugin)... but the
current missing piece is
Hi, I d like to do a stress testing of my solr application to see how many
concurrent requests it can handle and how long it takes. But I m not sure if
I have done it in proper way (likely not)... responses seem to be very slow
My configuration:
1 Solr instance, using the default settings distrib
I'm working with a reasonably big index with solr-1.2, and have noticed some
odd behavior while updating. The use case is that a document gets indexed
with a status, in this case it's -1 for documents that aren't ready to be
searched yet and 1 otherwise. Initial indexing works perfectly, and gettin
Hi,
Can some one tell me how I can achieve date range searches? For
instance if I save the DOB as a solr date field how can I do a search to
get the people,
1. Who are older than 30 years
2. Who were born in 1975
etc. Greatly appreciate your help.
Thanks,
--
Gavin Selvara
http://www.nabble.com/date-math-syntax-tc15161881.html#a15170923
On 06/02/2008, at 02:44, Gavin wrote:
Hi,
Can some one tell me how I can achieve date range searches? For
instance if I save the DOB as a solr date field how can I do a
search to
get the people,
1. Who are older
Hi. I'm a newbie. I need to develop a jsf based search application by using
solr. I found nothing about soljava imlementation except simple example on
the solr wiki. When I tried a console program that similar in the example at
solr wiki, I got the exception below. Where can i find an extensive
do