Hi,
I have the following setting:
schema.xml:
""
the "text" field-type was updated with the "preserveOriginal=1" option in
the schema
I have the following string indexd in the field "kunde"
"Harry Heim KG"
Now when I search for "kunde:harry*" it gives me an empty result.
When I search for "kun
I believe it's because wildcard queries are not stemmed. During indexing
"harry" probably got stemmed to "harr", so now "harry*" doesn't match, because
there is no "harry" token in that string, only "harr". Why wildcard queries
are not analyzed is described in the Lucene FAQ on the Lucene Wiki
Your heap may be just too small or you may have a memory leak. A stack
trace may not help you since the thread encountered the OutOfMemoryError may
not be where the memory leak is. A heap dump will tell you what's using up
all the memory in your heap.
Bill
On Thu, Jul 30, 2009 at 3:54 PM, Nicola
we have been using Solr in production for years. The only kind of
crash that we have observed is a JVM crash.
On Fri, Jul 31, 2009 at 9:48 PM, Robert Petersen wrote:
> Hi all,
>
> My solr project powers almost all the pages in our site and so needs to
> be up period. My question is what can I do
Hi,
I'm looking at changing the result order when searching by MLT. I tried the
sort=, but it's not working. I check the wiki and can't find
anything. Is there a way to do this?
Thanks,
/Laurence
Hi Chris,
Sorry for the very late reply. As a work around we sent the locking to
single and we turned-off one of our workers. And to answer your question,
please see below:
2009/7/17 Chris Hostetter
>
> This is relaly odd.
>
> Just to clarify...
> 1) you are running a normal solr installation (