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
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 am I wrong ? For now, performance is not an issue, but accuracy is and I would like to know for example how many URLS have iframe s

Re: Solr admin search with wildcard

2013-06-27 Thread Jack Krupansky
No, you cannot use wildcards within a quoted term. Tell us a little more about what your strings look like. You might want to consider tokenizing or using ngrams to avoid the need for wildcards. -- Jack Krupansky -Original Message- From: Amit Sela Sent: Thursday, June 27, 2013 3:33