search with wildcard

2013-11-21 Thread Andreas Owen
I am querying "test" in solr 4.3.1 over the field below and it's not finding all occurences. It seems that if it is a substring of a word like "Supertestplan" it isn't found unless I use a wildcards "*test*". This is write because of my tokenizer but does someone know a way around this? I don't wan

RE: search with wildcard

2013-11-21 Thread Scott Schneider
> From: Ahmet Arslan [mailto:iori...@yahoo.com] > Sent: Thursday, November 21, 2013 8:40 AM > To: solr-user@lucene.apache.org > Subject: Re: search with wildcard > > Hi Adnreas, > > If you don't want to use wildcards at query time, alternative way is to > use NGrams at ind

Re: search with wildcard

2013-11-21 Thread Ahmet Arslan
What kind of tokenizer can do the job? From: Andreas Owen [mailto:a...@conx.ch] Sent: Donnerstag, 21. November 2013 16:13 To: solr-user@lucene.apache.org Subject: search with wildcard I am querying "test" in solr 4.3.1 over the field below and it's not finding all occurenc

RE: search with wildcard

2013-11-21 Thread Andreas Owen
2013 16:13 To: solr-user@lucene.apache.org Subject: search with wildcard I am querying "test" in solr 4.3.1 over the field below and it's not finding all occurences. It seems that if it is a substring of a word like "Supertestplan" it isn't found unless I use

Re: search with wildcard

2013-11-21 Thread Jack Krupansky
and a better description. -- Jack Krupansky -Original Message- From: Ahmet Arslan Sent: Thursday, November 21, 2013 11:40 AM To: solr-user@lucene.apache.org Subject: Re: search with wildcard Hi Adnreas, If you don't want to use wildcards at query time, alternative way is to use N

Re: Proximity search with wildcard

2013-10-18 Thread sayeed
age in context: http://lucene.472066.n3.nabble.com/Proximity-search-with-wildcard-tp4096285p4096354.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Proximity search with wildcard

2013-10-18 Thread Harshvardhan Ojha
- > View this message in context: > http://lucene.472066.n3.nabble.com/Proximity-search-with-wildcard-tp4096285.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Proximity search with wildcard

2013-10-18 Thread sayeed
Hi, I am new to solr. Is it possible to do proximity search with solr. For example "comp* engage"~5. -- View this message in context: http://lucene.472066.n3.nabble.com/Proximity-search-with-wildcard-tp4096285.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr admin search with wildcard

2013-06-28 Thread Erick Erickson
even > > "something" that is a component of the URL path. No wildcard required. > > > > > > -- Jack Krupansky > > > > -Original Message- From: Amit Sela > > Sent: Thursday, June 27, 2013 8:37 AM > > To: solr-user@lucene.apache.

Re: Solr admin search with wildcard

2013-06-27 Thread Amit Sela
quot;youtube" or even > "something" that is a component of the URL path. No wildcard required. > > > -- Jack Krupansky > > -Original Message- From: Amit Sela > Sent: Thursday, June 27, 2013 8:37 AM > To: solr-user@lucene.apache.org > Subject: Re: Solr

Re: Solr admin search with wildcard

2013-06-27 Thread Jack Krupansky
Sela Sent: Thursday, June 27, 2013 8:37 AM To: solr-user@lucene.apache.org Subject: Re: Solr admin search with wildcard The stored and indexed string is actually a url like " http://www.youtube.com/somethingsomething";. It looks like removing the quotes does the job: iframe:*youtube* or

Re: Solr admin search with wildcard

2013-06-27 Thread Amit Sela
Sent: Thursday, June 27, 2013 3:33 AM > To: solr-user@lucene.apache.org > Subject: Solr admin search with wildcard > > > I'm looking to search (in the solr admin search screen) a certain field > for: > > *youtube* > > I know that leading wildcards takes a lot of

Re: Solr admin search with wildcard

2013-06-27 Thread Jack Krupansky
AM To: solr-user@lucene.apache.org Subject: Solr admin search with wildcard I'm looking to search (in the solr admin search screen) a certain field for: *youtube* I know that leading wildcards takes a lot of resources but I'm not worried with that My only question is about the syn

Solr admin search with wildcard

2013-06-27 Thread Amit Sela
I'm looking to search (in the solr admin search screen) a certain field for: *youtube* I know that leading wildcards takes a lot of resources but I'm not worried with that My only question is about the syntax, would this work: field:"*youtube*" ? Thanks, I'm using Solr 3.6.2