Thanks Otis. After some further testing - I've noticed that initial searches
are only slow if I include the qt=geo parameter. Searches without this
parameter appear to show no slow down whatsoever after updates - so I'm
wondering if the problem is actually a localsolr one.
Can you tell me where I
I'm developing a site (currently single server) that uses localsolr to
perform geo searches on ~200,000 small records although I'm expecting this
to grow significantly once I go live.
So far, so good but I've noticed that after any updates / deletions to the
index the first query is then very slo
Thanks. I've just tested localsolr using the latest solr trunk and this
doesn't seem to work at all, so I'm guessing it is in need of an update.
Great work on this though - SOLR is awesome!
Cheers,
Tom
Patrick is on vacation this week. You can get the authoritative answer
when he is back, bu
rg/jira/browse/SOLR-676
>>>
>>>
>>> On Wed, Aug 6, 2008 at 9:56 PM, Shalin Shekhar Mangar <
>>> [EMAIL PROTECTED]> wrote:
>>>
>>>> On Wed, Aug 6, 2008 at 5:50 PM, TomWilliamson <
>>>> [EMAIL PROTECTED]> wrote:
>>>&g
I'm trying to use localsolr (1.5) with the dataimport handler but not having
much luck. The issue seems to be that the _localtier dynamic fields dont get
generated when adding docs via the dataimport, although they do if I add
docs via post.jar (xml document). Am i missing something simple here?
-