Found 82,082 results in 0.155 seconds. Displaying page 7 of 8,209, sorted by
Sent 2010-09-01 by Robert Petersen <robertpe@...>
I do this by replacing the spaces with a '%' in a separate search field
which is not parsed nor tokenized and then you can wildcard across the
whole phrase like you want and the spaces don't mess you up. Just store
the original phrase with spaces in a separate field for returning to the
front en...
Sent 2010-09-01 by Robert Petersen <robertpe@...>
I can't seem to find a definitive answer. I have ten threads doing my
indexing and I block all the threads when one is ready to do a commit so
no adds are done until the commit finishes. Is this still required in
SOLR 1.4 or could I take it out? I tried testing this on a separate
small index w...
Sent 2010-09-01 by "Ma, Xiaohui (NIH/NLM/LHC) [C]" <xiaohui@...>
Thank you, Jan. Unfortunately I got following exception when I use http://localhost:8983/solr/aapublic/select?&shards=localhost:8983/solr/aaprivate,localhost:8983/solr/aapublic/ .
*********************************
Aug 31, 2010 4:54:42 PM org.apache.solr.common.SolrException log
SEVERE: java.lan...
Sent 2010-09-01 by Moazzam Khan <moazzamk@...>
Hi guys,
I have about 20k documents in the Solr index (and there's a lot of
text in each of them). I have field collapsing enabled on a specific
field (AdvisorID).
The thing is if I have field collapsing enabled in the search request
I don't get correct count for the total number of records tha...
Sent 2010-09-01 by Alex Baranau <alex.baranov.v@...>
Hi,
Adding Solr user list.
We used similar approach to the one in this patch but with Hadoop Streaming.
Did you determine that indices are really missing? I mean did you find
missing documents in the output indices?
Alex Baranau
----
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ...
Sent 2010-09-01 by Antonio Calo' <anton.calo@...>
Hi guys
I'm facing an error in our production environment with our search
application based on maven with spring + solrj.
When I try to change a class, or try to redeploy/restart an application,
I catch a java.lang.OutOfMemoryError: PermGen
I've tryed to understand the cause of this and also...
Sent 2010-09-01 by Antonio Calo' <anton.calo@...>
Hi guys
I'm facing an error in our production environment with our search
application based on maven with spring + solrj.
When I try to change a class, or try to redeploy/restart an application,
I catch a java.lang.OutOfMemoryError: PermGen
I've tryed to understand the cause of this and also...
Sent 2010-09-01 by joyce chan <joyce.sz.chan@...>
Hi
Sorry to reopen this thread. Do you guys know how to use log4jdbc in solr?
Thanks
JC
2010/3/19 Király Péter
> Thanks David!
>
> It works. Even with relative path, like
> -Dlog4j.configuration=file:etc/log4j.properties.
>
> Péter
>
> ----- Original Message ----...
Sent 2010-09-01 by Matteo Moci <mox601@...>
Hello to All,
I am a newbie with Solr, and I am trying to understand if I can use it
form my purpose,
and I was wondering how Solr lists the result documents: do they appear
as "downloadable files",
just like http://solr.machine.com/path/file.doc, or do I need develop
another layer to take car...
Sent 2010-09-01 by Stefan Moises <moises@...>
doh, looks like I only forgot to add the spellcheck component to my
edismax request handler... now it works with:
...
spellcheck
elevator
What's strange is that spellchecking seemed to work *without* that
entry, too....
Cheers,
Stefan...