Problems matching delimited field

2013-08-02 Thread Robert Zotter
I'm trying to match such terms as 1Foo agains Foo but I can't seem to get it working. I'm using the WordDelimiterFactory and everything looks good in the /admin/analysis.jsp but when ever I do a real query, It doesn't return any results? Any thoughts on why this may be? Thanks

Re: Problems matching delimited field

2013-08-02 Thread Robert Zotter
-Original Message- From: Robert Zotter Sent: Friday, August 02, 2013 4:21 PM To: solr-user@lucene.apache.org Subject: Problems matching delimited field I'm trying to match such terms as 1Foo agains Foo but I can't seem to get it working. I'm using the WordDelimiterFactory

Re: Problems matching delimited field

2013-08-02 Thread Robert Zotter
When was this feature added? This did indeed fix the problem. On Aug 2, 2013, at 3:27 PM, Shawn Heisey s...@elyograg.org wrote: On 8/2/2013 4:16 PM, Robert Zotter wrote: The problem is the query get's expanded to 1 Foo not ( 1 OR Foo) str name=rawquerystring1Foo/str str name

SOLR-2463 Null context in DIH

2011-05-26 Thread Robert Zotter
https://issues.apache.org/jira/browse/SOLR-2463 Haven't received any input/comments on this issue. Has anyone else witnessed this behavior? Thanks.

DIH null context

2011-04-10 Thread Robert Zotter
Has anyone else observed this behavior? https://issues.apache.org/jira/browse/SOLR-2463

Re: Omitting tf but not positions

2011-02-25 Thread Robert Zotter
Jan, You are correct, you'll need your own Similarity class. Have a look at SweetSpotSimilarity (http://lucene.apache.org/java/3_0_3/api/contrib-misc/org/apache/lucene/misc/SweetSpotSimilarity.html) On 2/25/11 10:57 AM, Jan Høydahl wrote: I also have a case (yellow-page) where IDF comes in

Re: Stem collision, word protection, synonym hack

2010-07-30 Thread Robert Zotter
Otis, https://issues.apache.org/jira/browse/LUCENE-2055 may be of some help. cheers On 7/30/10 2:18 PM, Otis Gospodnetic wrote: Hello, I'm wondering if anyone has good ideas for handling the following (Porter) stemming problem. The word city gets stemmed to citi. But citi is short for

Re: DIH and dynamicField

2010-06-23 Thread Robert Zotter
name=*_dynamic .../ data-config.xml field column=foo name=foo_dynamic/ Hope this helps. - Robert Zotter -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-and-dynamicField-tp917823p918189.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Storing different entities in Solr

2010-05-28 Thread Robert Zotter
Sounds like you'll want to use a multiple core setup. One core fore each type of document http://wiki.apache.org/solr/CoreAdmin -- View this message in context: http://lucene.472066.n3.nabble.com/Storing-different-entities-in-Solr-tp852299p852346.html Sent from the Solr - User mailing list

Re: DIH post import event listener for errors

2010-05-21 Thread Robert Zotter
I have a similar need so I've opened up a ticket: http://issues.apache.org/jira/browse/SOLR-1922 Should be pretty trivial to add. -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-post-import-event-listener-for-errors-tp834645p835132.html Sent from the Solr - User

Re: DIH post import event listener for errors

2010-05-21 Thread Robert Zotter
Added a patch on the latest trunk: http://issues.apache.org/jira/browse/SOLR-1922 -- View this message in context: http://lucene.472066.n3.nabble.com/DIH-post-import-event-listener-for-errors-tp834645p835704.html Sent from the Solr - User mailing list archive at Nabble.com.