Re: Need tokenization that finds part of stringvalue

2012-03-06 Thread PeterKerk
edismax did the trick! Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3805045.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Need tokenization that finds part of stringvalue

2012-03-06 Thread Ahmet Arslan
> @iorixxx: Sorry it took so long, had > some difficulties upgrading to 3.5.0 > > It still doesnt work. Here's what I have now: > > I copied text_general_rev from > http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/schema.xml > to my schema.xml: >     class="solr.TextField"

Re: Need tokenization that finds part of stringvalue

2012-03-06 Thread PeterKerk
/localhost:8983/solr/zz/select/?indent=on&facet=true&q=*smart*&defType=dismax&qf=title_search^20.0&start=0&rows=30&fl=id,title&facet.mincount=1 What more can I do? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Need-tokenization-that-f

Re: Need tokenization that finds part of stringvalue

2012-03-04 Thread Ahmet Arslan
> @iorixxx > I tried making my title_search of type text_rev and tried > adding the > ReversedWildcardFilterFactory to my existing "text" type, > but in both cases > no luck. I was able to perform *query* types of searches with solr 3.5 distro. Here is what I did: Download apache-solr-3.5.0 Edit

Re: Need tokenization that finds part of stringvalue

2012-03-04 Thread PeterKerk
grams). That in combination with phrase queries might work well in this case. " Do you perhaps have an example of that? -- View this message in context: http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3797953.html Sent from the Solr - User mai

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread Ahmet Arslan
> @iorixxx: Where can I find that > example schema.xml? Please find text_general_rev at http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/solr/conf/schema.xml > And when I find it, can I just make the title field which > currently is of > "text" type then of "text_rev" type? Yes,

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread Erick Erickson
here. > > And when I find it, can I just make the title field which currently is of > "text" type then of "text_rev" type? > > Thanks! > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-strin

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread PeterKerk
which currently is of "text" type then of "text_rev" type? Thanks! -- View this message in context: http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3791863.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread Ahmet Arslan
--- On Thu, 3/1/12, PeterKerk wrote: > From: PeterKerk > Subject: Re: Need tokenization that finds part of stringvalue > To: solr-user@lucene.apache.org > Date: Thursday, March 1, 2012, 6:59 PM > @iorixxx: yes, that is what I need. > But also when its IN the text, not &g

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread PeterKerk
-tokenization-that-finds-part-of-stringvalue-tp3785366p3791064.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread Ahmet Arslan
> if title holds "smartphone" I want it to be found when > someone types > "martph" or "smar" or "smart". Peter, so you want to beginsWith startsWith type of search? You can use use wildcard search (with start operator) for this. e.g. &q=smar* Alternatively, if your index size is not huge, you

RE: Need tokenization that finds part of stringvalue

2012-03-01 Thread Dyer, James
[mailto:wun...@wunderwood.org] Sent: Thursday, March 01, 2012 9:59 AM To: solr-user@lucene.apache.org Subject: Re: Need tokenization that finds part of stringvalue I once used a spell checker to break up compound words. It was slow, but worked pretty well. wunder On Mar 1, 2012, at 5:53 AM,

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread Walter Underwood
t to search on field "title". >> Now my field title holds the value "great smartphone". >> If I search on "smartphone" the item is found. But I want the item also to >> be found on "great" or "phone" it doesnt work. >> I have been playing around with the tokenizer test function, but have failed >> to find the definition for the "text" fieldtype I need. >> Help? :) >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3785366.html >> Sent from the Solr - User mailing list archive at Nabble.com. -- Walter Underwood wun...@wunderwood.org

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread PeterKerk
quot; or "smar" or "smart". I think that is different from what you initially understood from my explanation or? -- View this message in context: http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3790505.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Need tokenization that finds part of stringvalue

2012-03-01 Thread Erick Erickson
"great smartphone". > If I search on "smartphone" the item is found. But I want the item also to > be found on "great" or "phone" it doesnt work. > I have been playing around with the tokenizer test function, but have failed > to find the definition for the "text" fieldtype I need. > Help? :) > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3785366.html > Sent from the Solr - User mailing list archive at Nabble.com.

Need tokenization that finds part of stringvalue

2012-02-28 Thread PeterKerk
message in context: http://lucene.472066.n3.nabble.com/Need-tokenization-that-finds-part-of-stringvalue-tp3785366p3785366.html Sent from the Solr - User mailing list archive at Nabble.com.