Create core problem in tomcat

2014-12-31 Thread Noora
Hi I'm using apache solr 4.7.2 ant apache tomcat ? I can't create core with query in my solr while I cat do it with jetty with the same config. The first problem was "you can pass the system property -Dsolr.allow.unsafe.resourceloading=true to your JVM" that I solve it in my Catalina.sh Now my erro

Re: Join in SOLR

2014-12-31 Thread Jack Krupansky
You would have to do your own build since the patch has not been committed. -- Jack Krupansky On Wed, Dec 31, 2014 at 12:27 AM, Rajesh wrote: > Mikhail, > > How can I get a nightly build with fix for SOLR-5147 included. I've > searched and found that nightly build will not be available to the g

Re: Pointing-solr-cloud-to-multiple-index-directories

2014-12-31 Thread Nishanth S
Hi folks, Can you help? -Nishanth On Tue, Dec 30, 2014 at 11:20 PM, Nishanth S wrote: > Thanks Eric and Shawn.Here is why I am trying to do so.I may be missing > something here since this is relatively new to me.Appreciate your help and > time.* I will elaborate on what I am trying to acheive

Re: Filter Queries Do Not Allow OR operator ??

2014-12-31 Thread Erick Erickson
Charles: Yeah, the fact that Solr/Lucene doesn't implement strict boolean logic is something I certainly fumbled with.. Here's an excellent writeup of what it _does_ do: https://lucidworks.com/blog/why-not-and-or-and-not/ Best, Erick On Wed, Dec 31, 2014 at 10:12 AM, Charles Sanders wrote: > S

Re: Filter Queries Do Not Allow OR operator ??

2014-12-31 Thread Charles Sanders
Shawn, Thanks. Not what I expected (still thinking in database terms), but makes sense based on the results. I understand now and I think I have the filter I need. Charles - Original Message - From: "Shawn Heisey" To: solr-user@lucene.apache.org Sent: Wednesday, December 31, 2014

Re: Filter Queries Do Not Allow OR operator ??

2014-12-31 Thread Shawn Heisey
On 12/31/2014 10:45 AM, Charles Sanders wrote: > I'm running solr 4.8. On my test system I ran the query > http://localhost:/solr/collection1/select?q=*:*&fq=-hasPublishedRevision:true&rows=100&fl=documentKind, > hasPublishedRevision&wt=json&indent=true > > The results are as expected. It r

Filter Queries Do Not Allow OR operator ??

2014-12-31 Thread Charles Sanders
I'm running solr 4.8. On my test system I ran the query http://localhost:/solr/collection1/select?q=*:*&fq=-hasPublishedRevision:true&rows=100&fl=documentKind, hasPublishedRevision&wt=json&indent=true The results are as expected. It returns 59 documents of various documentKinds, all having

Re: Frequent deletions

2014-12-31 Thread Erick Erickson
It's usually not necessary to optimize, as more indexing happens you should see background merges happen that'll reclaim the space, so I wouldn't worry about it unless you're seeing actual problems that have to be addressed. Here's a great visualization of the process: http://blog.mikemccandless.c

Re: Mixing 4.x SolrJ and Solr.war - compatible?

2014-12-31 Thread Shawn Heisey
On 12/31/2014 6:23 AM, Gili Nachum wrote: > Can I use SolrJ v4.7 with the latest 4.x Solr.war? > Should I switch the writer from Javabin, back to XML to ensure > compatibility? > http://wiki.apache.org/solr/Solrj#SolrJ.2FSolr_cross-version_compatibility > > I'm using CloudSolrServer. My client is

Re: unable to upload the solr configuration to zookeeper

2014-12-31 Thread David Philip
Hi Aman, This error could be because the solr instance is looking for the dependent logger jars. You should copy the jar files from solr download ( solr/example/lib/ext) to tomcat lib[1]. [1] https://wiki.apache.org/solr/SolrLogging#Using_the_example_logging_setup_in_containers_other_than_Jet

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2014-12-31 Thread Charles Sanders
Got it. Thanks for your help everyone. - Original Message - From: "Shawn Heisey" To: solr-user@lucene.apache.org Sent: Tuesday, December 30, 2014 7:16:59 PM Subject: Re: SpellCheck (AutoComplete) Not Working In Distributed Environment On 12/30/2014 5:03 PM, Charles Sanders wrote:

unable to upload the solr configuration to zookeeper

2014-12-31 Thread Aman Tandon
Hi, I am trying to configure the solrcloud, I followed the myjeeva tutorial (myjeeva link ) because i want to configure it with the tomcat. All 5 zookeeper server are running fine. Now when i tri

Mixing 4.x SolrJ and Solr.war - compatible?

2014-12-31 Thread Gili Nachum
Can I use SolrJ v4.7 with the latest 4.x Solr.war? Should I switch the writer from Javabin, back to XML to ensure compatibility? http://wiki.apache.org/solr/Solrj#SolrJ.2FSolr_cross-version_compatibility I'm using CloudSolrServer. My client is running on Java6 so I can't go beyond 4.7.

Re: Solr server becomes non-responsive.

2014-12-31 Thread Modassar Ather
Thanks for you inputs. Regards, Modassar On Tue, Dec 30, 2014 at 8:41 PM, Jack Krupansky wrote: > I actually did that once as a test years ago, as well as support for > "paging" through the wildcard terms with a starting offset, and it worked > great. > > One way to think of the feature is as t

Re: How large is your solr index?

2014-12-31 Thread Bram Van Dam
On 12/30/2014 05:03 PM, Erick Erickson wrote: I think that it would be _extremely_ helpful to have a bunch of "war stories" to reference. In my experience, people dealing with large numbers of documents really are most concerned with whether what they're doing is _possible_, and are mostly lookin

Frequent deletions

2014-12-31 Thread ig01
Hello, We perform frequent deletions from our index, which greatly increases the index size. How can we perform an optimization in order to reduce the size. Please advise, Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Frequent-deletions-tp4176689.html Sent from th