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.
> @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"
/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
> @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
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
> @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,
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
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.
--- 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
-tokenization-that-finds-part-of-stringvalue-tp3785366p3791064.html
Sent from the Solr - User mailing list archive at Nabble.com.
> 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
[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,
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
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.
"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.
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.
16 matches
Mail list logo