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