Dude,
There was already a warning with stealing thread. Please do something
about it as advised. Run your own if want answers for your problem.
Cheers,
Sujatha Arun wrote:
> Thanks Daniel and Erik,
>
> The requirement from the user end is to only search in that particular
> language and not acro
Ryan McKinley schrieb:
> are you sure the Collection is not empty?
Hehe, I discovered that *after* hitting the send button. I was buffering
documents in the collection and calling clean after add. ;)
-Gunnar
--
Gunnar Wagenknecht
gun...@wagenknecht.org
http://wagenknecht.org/
i'm not sure what the proper behavior should be...
At the very least it should have an error that says "no documents" --
alternatively it could just do nothing, but I'm not sure what the
return value should be in that case.
On Dec 21, 2008, at 11:54 AM, Gunnar Wagenknecht wrote:
Ryan Mc
: We need to enhance our existing solr search to support query with 'AND'
: /'OR'. That is, when user enters "(breast OR liver) AND cancer" in the query
: field, the documents with 'liver' & 'cancer' and the documents with 'breast'
: & 'cancer' should be returned.
dismax already supports AND and O
: Please note that a core reload will also stop Solr from serving any search
: requests in the time it reloads.
That's either not true, or a bug...
http://wiki.apache.org/solr/CoreAdmin
RELOAD
Load a new core from the same configuration as an existing registered
core. While the "new" core is i
On Fri, Dec 19, 2008 at 8:44 PM, David Bowen wrote:
> We have two text fields, one for author names, and the other for the body of
> the document. It often happens that the author names also appear in the
> body of the document. We turned off stemming for the author field to avoid
> unexpected m
Ah right, it swaps out the old core with the new one. Really sorry for the
confusion.
On Mon, Dec 22, 2008 at 8:05 AM, Chris Hostetter
wrote:
>
> : Please note that a core reload will also stop Solr from serving any
> search
> : requests in the time it reloads.
>
> That's either not true, or a bu
On Sun, Dec 21, 2008 at 12:24 AM, Vicky_Dev
wrote:
>
> Hi Team,
>
> I am currently using DiscMax Request Handler for indexing and querying to
> Solr. DiscMax Request Handler (Ranking / Boosting/ Blocking etc.) is
> working correclty.
DisMax is used for querying only. It does not support indexin
The javadocs for solr DateField say
"A date field shall be of the form 1995-12-31T23:59:59Z The trailing "Z"
designates UTC time and is mandatory (See below for an explanation of UTC).
Optional fractional seconds are allowed, as long as they do not end in a
trailing 0 (but any precision beyond mil