Re: Problems with dates!!!

2008-12-21 Thread Shalin Shekhar Mangar
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

Re: DataImportHandler for updating indexes and DiscMax Request Handler for query

2008-12-21 Thread Shalin Shekhar Mangar
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

Re: Change in config file (synonym.txt) requires container restart?

2008-12-21 Thread Shalin Shekhar Mangar
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

Re: highlighting and stemming

2008-12-21 Thread Yonik Seeley
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

Re: Change in config file (synonym.txt) requires container restart?

2008-12-21 Thread Chris Hostetter
: 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

Re: How to support query with AND / OR?

2008-12-21 Thread Chris Hostetter
: 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

Re: [SolrJ] SolrException: missing content stream

2008-12-21 Thread Ryan McKinley
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

Re: [SolrJ] SolrException: missing content stream

2008-12-21 Thread Gunnar Wagenknecht
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/

Re: looking for multilanguage indexing best practice/hint

2008-12-21 Thread Julian Davchev
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