Re: search including single quote fails in SOLR, only when sorting!?

2007-02-04 Thread John Kleven
Thanks for the response. JIRA issue opened. http://issues.apache.org/jira/browse/SOLR-140 J On 2/2/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: Hmmm, Solr tries to be smart about splitting the query from the sort specification. If it sees a semicolon inside quotes (single or double), or backs

phrase query problem .. how to?

2007-02-04 Thread rubdabadub
Hi Suppose you have a field name with data - Sony CLT2134 handheld camera. When doing a phrase search like "Sony Camera" or "sony handheld" -- Solr returns 0 results. Often time our searchers doesn't know the model number but perform phrase search.. How do I solve this issue? Regards

Re: convert custom facets to Solr facets...

2007-02-04 Thread Yonik Seeley
I was confusing myself too much without nailing down more concrete examples, so I took a shot at coming up with user tagging usecases and a way to implement them with a flat schema. The usecases may be biased toward a flat schema since that's what I had in mind... so feel free to add more, or cha

Re: phrase query problem .. how to?

2007-02-04 Thread Yonik Seeley
On 2/4/07, rubdabadub <[EMAIL PROTECTED]> wrote: Suppose you have a field name with data - Sony CLT2134 handheld camera. When doing a phrase search like "Sony Camera" or "sony handheld" -- Solr returns 0 results. Often time our searchers doesn't know the model number but perform phrase search.. H

Re: query Exception

2007-02-04 Thread Chris Hostetter
: Above is correct behavior.. but IMHO its better to send the "Error : Message" in XML via response handler, instead of java stack trace. : Thoughts? Comments? I would agree with out ... the errors should (whenever possible) be formated in the output format the client is expecting. in addition,

Re: Custom Tokenizer

2007-02-04 Thread Chris Hostetter
: to develop and build the factory and tokenizer. However, when I start : solr up, I get a stack trace, that says "java.lang.NoClassDefFoundError: : org/apache/solr/analysis/BaseTokenizerFactory" That's really confusing. : : Any thoughts on what I'm missing/doing wrong? based on your stack trace,