Re: ZFS File System for SOLR 3.6 and SOLR 4

2015-03-29 Thread William Bell
How is performance on XFS when compared to ext4? >From Otis: noatime, nodiratime http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201306.mbox/%3CCACtzgz1YwM5HDQO1R=2CdGxFmJnXcs4pyWRuaPJkKRc=eb8...@mail.gmail.com%3E Large file systems seem to work well in both. I think the underlying ha

SolR response encapsulation

2015-03-29 Thread danutclapa
Hello, i am new in SolR and i didn't figured out if in SolR the encapsulation of response can be in such a way to allow directly mapping the response into an object like in ORM using JPA. what i have in SolR: - i have some fields that are unique and others that are not like this: lastName, firstNa

Solr 3.6, Highlight and multi words?

2015-03-29 Thread Bruno Mannina
Dear Solr User, I try to work with highlight, it works well but only if I have only one keyword in my query?! If my request is plastic AND bicycle then only plastic is highlight. my request is: ./select/?q=ab%3A%28plastic+and+bicycle%29&version=2.2&start=0&rows=10&indent=on&hl=true&hl.fl=ti

Re: Solr 3.6, Highlight and multi words?

2015-03-29 Thread Bruno Mannina
Additional information, in my schema.xml, my field is defined like this: May be it misses something? like termVectors Le 29/03/2015 21:15, Bruno Mannina a écrit : Dear Solr User, I try to work with highlight, it works well but only if I have only one keyword in my query?! If my request

Structured and Unstructured data indexing in SolrCloud

2015-03-29 Thread Vijay Bhoomireddy
Hi, We have a requirement where both structured and unstructured data comes into the system. We need to index both of them and then enable search functionality on it. We are using SolrCloud on Hadoop platform. For structured data, we are planning to put the data into HBase and for unstructured,

Re: Structured and Unstructured data indexing in SolrCloud

2015-03-29 Thread Jack Krupansky
The first step is to work out the queries that you wish to perform - that will determine how the data should be organized in the Solr schema. -- Jack Krupansky On Sun, Mar 29, 2015 at 4:04 PM, Vijay Bhoomireddy < vijaya.bhoomire...@whishworks.com> wrote: > Hi, > > > > We have a requirement where

Re: New To Solr, getting error using the quick start guide

2015-03-29 Thread Will ferrer
Hi Swawn. Thanks so much for the response. I will do so more tests on this and send more info in the next day or 2, maybe that will illuminate something. I hope you are having a great weekend. All the best. Will Ferrer On Sat, Mar 28, 2015 at 10:28 AM, Shawn Heisey wrote: > On 3/27/2015 8:00

Re: Unable to perform search query after changing uniqueKey

2015-03-29 Thread Zheng Lin Edwin Yeo
Hi Andrea, This is the query that I'm using. http://localhost:8983/solr/logmill/select?q=*:*&wt=xml&indent=true This is the stacktrace that I got. 500 10 true *:* xml java.lang.NullPointerException at org.apache.solr.handler.component.QueryComponent.mergeId

Re: Unable to perform search query after changing uniqueKey

2015-03-29 Thread Zheng Lin Edwin Yeo
Hi Erick, I used the following query to delete all the index. http://localhost:8983/solr/update?stream.body=*:*http://localhost:8983/solr/update?stream.body= Or is it better to physically delete the entire data directory? Regards, Edwin On 28 March 2015 at 02:27, Erick Erickson wrote: > Y

Same schema.xml is loaded for different cores in SolrCloud

2015-03-29 Thread Zheng Lin Edwin Yeo
Hi everyone, I've created a SolrCloud with multiple core, and I have different schema.xml for each of the core. However, when I start Solr, there's only one version of the schema.xml that is loaded onto Solr. Regardless of which core I go to, the schema.xml that is shown is the first one which I h

Re: Unable to perform search query after changing uniqueKey

2015-03-29 Thread Erick Erickson
I meant shut down Solr and physically remove the entire data directory. Not saying this is the cure, but it can't hurt to rule out the index having "memory"... Best, Erick On Sun, Mar 29, 2015 at 6:35 PM, Zheng Lin Edwin Yeo wrote: > Hi Erick, > > I used the following query to delete all the ind

Re: How to boost documents at index time?

2015-03-29 Thread CKReddy Bhimavarapu
@Bill Bell > > Did you try debugQuery ? yes I tried debugQuery, final score calculated is less when I apply boost="0.002" in doc field compared to if I left blank but I can't see where actual this 0.002 is directly impacting( As far as I understand this is multiplicative so 0.002 technically debo

Re: SOLR Index in shared/Network folder

2015-03-29 Thread abhi Abhishek
Hello, Thanks for the suggestions. My aim is to reduce the disk space usage. I have 1 master with 2 slave configured, where slaves are used for searching and master ingests new data replicated to slaves, but as my index size is in 100's of GB we see 3x times space overhead. i would like to red

Re: Unable to perform search query after changing uniqueKey

2015-03-29 Thread Zheng Lin Edwin Yeo
Hi Erick, I've tried that, and removed the data directory from both the shards. But the same problem still occurs, so we probably can rule out the "memory" issue. Regards, Edwin On 30 March 2015 at 12:39, Erick Erickson wrote: > I meant shut down Solr and physically remove the entire data > di

Re: Unable to perform search query after changing uniqueKey

2015-03-29 Thread Mostafa Gomaa
Hi Zheng, It's possible that there's a problem with your schema.xml. Are all fields defined and have appropriate options enabled? Regards, Mostafa. On Mon, Mar 30, 2015 at 7:49 AM, Zheng Lin Edwin Yeo wrote: > Hi Erick, > > I've tried that, and removed the data directory from both the shards.