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 Amit Sela
> 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 >

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

Re: unknown field error when indexing with nutch

2013-04-05 Thread Amit Sela
ortantly, make sure you use a Solr 4.1 solrconfig and > merge in any of your application-specific changes. > > -- Jack Krupansky > > -Original Message- From: Amit Sela > Sent: Friday, April 05, 2013 12:57 PM > To: solr-user@lucene.apache.org > Subject: unknown field er

unknown field error when indexing with nutch

2013-04-05 Thread Amit Sela
Hi all, I'm trying to run a nutch crawler and index to Solr. I'm running Nutch 1.6 and Solr 4.2. I managed to crawl and index with that Nutch version into Solr 3.6.2 but I can't seem to manage to run it with Solr 4.2 I re-built Nutch with the schema-solr4.xml and copied that file to SOLR_HOME/ex

Re: Solr ZooKeeper ensemble with HBase

2013-04-03 Thread Amit Sela
41st Street, 2nd Floor > New York, NY 10017-6271 > > www.appinions.com > > Where Influence Isn’t a Game > > > On Wed, Apr 3, 2013 at 8:06 AM, Amit Sela wrote: > > Hi all, > > > > I have a running Hadoop + HBase cluster and the HBase cluster is running > >

Solr ZooKeeper ensemble with HBase

2013-04-03 Thread Amit Sela
Hi all, I have a running Hadoop + HBase cluster and the HBase cluster is running it's own zookeeper (HBase manages zookeeper). I would like to deploy my SolrCloud cluster on a portion of the machines on that cluster. My question is: Should I have any trouble / issues deploying an additional ZooKe