Schema Changes

2016-07-28 Thread Ethan
Hi, We change our schema to add new fields 3-4 times a year. Never modify existing fields. Some of my colleagues say it requires re-indexing. Does it? None of the existing field has changed. schema.xml is the only file that s modified. So what's the point in re-indexing? Appreciate any insigh

Re: Solr Sharding Help

2014-09-09 Thread Ethan
y, which brings some on-disk configuration with it. > > > > On 9/8/14, 1:33 PM, "Ethan" wrote: > > >Thanks Erick. That cleared my confusion. > > > >I have a follow up question - If I run the CREATE command with 4 nodes in > >createNodeSet, I thoug

Re: Solr Sharding Help

2014-09-08 Thread Ethan
ot;followers" when relevant... > > _Every_ node is a "replica". This is because a node can be a leader or > follower, and the role can change. > > So your case is entirely normal. These nodes are probably the leaders > too, and will remain so while you add more repli

Solr Sharding Help

2014-09-08 Thread Ethan
I am trying to setup 2 shard cluster with 2 replicas with dedicated nodes for replicas. I have 4 node SolrCloud setup that I am trying to shard using collections api .. (Like https://wiki.apache.org/solr/SolrCloud#Example_C:_Two_shard_cluster_with_shard_replicas_and_zookeeper_ensemble ) I ran thi

Re: Server is shutting down due to threads

2014-09-03 Thread Ethan
erent, memory perhaps? > > Best, > Erick > > > > On Wed, Sep 3, 2014 at 2:40 PM, Ethan wrote: > > Forgot to add the source thread thats blocking every other thread > > > > > > "http-bio-52158-exec-61" - Thread t@591 > >java.lang.Thr

Re: Server is shutting down due to threads

2014-09-03 Thread Ethan
va:603) at java.lang.Thread.run(Thread.java:722) Locked ownable synchronizers: - locked java.util.concurrent.ThreadPoolExecutor$Worker@2463aef On Wed, Sep 3, 2014 at 2:31 PM, Ethan wrote: > We have SolrCloud instance with 2 solr nodes and 3 zk ensemble. One of > the solr node goes down as soon a

Server is shutting down due to threads

2014-09-03 Thread Ethan
We have SolrCloud instance with 2 solr nodes and 3 zk ensemble. One of the solr node goes down as soon as we send search traffic to it, but update works fine. When I analyzed thread dump I saw lot of blocked threads with following error message. This explains why it couldn't create any native th

Re: How to accomadate huge data

2014-08-28 Thread Ethan
On Thu, Aug 28, 2014 at 11:12 AM, Shawn Heisey wrote: > On 8/28/2014 11:57 AM, Ethan wrote: > > Our index size is 110GB and growing, crossed RAM capacity of 96GB, and we > > are seeing a lot of disk and network IO resulting in huge latencies and > > instability(one of the se

How to accomadate huge data

2014-08-28 Thread Ethan
Our index size is 110GB and growing, crossed RAM capacity of 96GB, and we are seeing a lot of disk and network IO resulting in huge latencies and instability(one of the server used to shutdown and stay in recovery mode when restarted). Our admin added swap space and that seemed to have mitigated t

Inconsistent Solr Index Behavior

2014-08-19 Thread Ethan
A while back we added a span support for multi-value fields and did a full re-index for data spanning over 4 years. It worked perfectly for a month, and then suddenly results are not reliable anymore. We are noticing that the span is not working on most of the data and is returning wrong results.

Re: Solr Memory question

2014-08-01 Thread Ethan
lasticsearch Support * http://sematext.com/ > > > On Fri, Aug 1, 2014 at 11:17 PM, Ethan wrote: > > > Our SolrCloud setup : 3 Nodes with Zookeeper, 2 running SolrCloud. > > > > Current dataset size is 97GB, JVM is 10GB, but 6GB is used(for less > garbage > > coll

Solr Memory question

2014-08-01 Thread Ethan
Our SolrCloud setup : 3 Nodes with Zookeeper, 2 running SolrCloud. Current dataset size is 97GB, JVM is 10GB, but 6GB is used(for less garbage collection time). RAM is 96GB, Our softcommit is set to 2secs and hardcommit is set to 1 hour. We are suddenly seeing high disk and network IOs. During

Re: Multivalue wild card search

2014-06-23 Thread Ethan
extra step or information that I think is missing. Thanks. E On Mon, Jun 23, 2014 at 3:21 PM, Ahmet Arslan wrote: > Hi Ethan, > > With that type standard phrase query should work. If you paste you sample > text in analysis page, you will see indexed terms. > > q=Name:&qu

Re: Multivalue wild card search

2014-06-23 Thread Ethan
Ahmet, Here the xml for the field "Name" - Let me know if I need to update it. Thanks, E On Mon, Jun 23, 2014 at 12:38 PM, Ahmet Arslan wrote: > Hi Ethan, > > I understand that you are dealing legacy system.

Re: Multivalue wild card search

2014-06-23 Thread Ethan
a solution for that other than re-indexing? Thanks, E On Mon, Jun 23, 2014 at 11:05 AM, Ahmet Arslan wrote: > > Hi Ethan, > > XML response is helpful, so you still have brackets, commas, quotes in > field value? > > What is the field type you use for Name field? > > If you

Re: Multivalue wild card search

2014-06-23 Thread Ethan
Ahmet, Yes, they were part of JSON output, Here is the xml response [["Hifte", "Grop", "", ""]] [] [["Ethan", "G", "", ""],["Steve", "Wonder", "", ""]] I solution suggested b

Re: Multivalue wild card search

2014-06-19 Thread Ethan
Ahmet, Assuming there is a multiValued field called "Name" of type string stored in index - //Doc 1 "id" : 23512 "HotelId" : [ "12", "23", "12" ] "Name" : [ "[[\"Ethan\", \"G\", \"

Re: Multivalue wild card search

2014-06-06 Thread Ethan
Bumping the thread to see if anyone has a solution. On Thu, Jun 5, 2014 at 9:52 AM, Ethan wrote: > Wildcard search do work on multiValued field. I was able to pull up > records for following multiValued field - > > Code : [ > "12344", > "4534", > &qu

Re: Multivalue wild card search

2014-06-05 Thread Ethan
workaround? On Thu, Jun 5, 2014 at 9:34 AM, Ethan wrote: > Are you implying there is not way to lookup on a multiValued field with a > substring? If so, then how is it usually handled? > > > On Wed, Jun 4, 2014 at 4:44 PM, Jack Krupansky > wrote: > >> Wildcard, fuzzy,

Re: Multivalue wild card search

2014-06-05 Thread Ethan
string field value. > > -- Jack Krupansky > > -Original Message- From: Ethan > Sent: Wednesday, June 4, 2014 6:59 PM > To: solr-user > Subject: Multivalue wild card search > > > I can't seem to find a solution to do wild card search on a multiValued > fi

Multivalue wild card search

2014-06-04 Thread Ethan
I can't seem to find a solution to do wild card search on a multiValued field. For Eg consider a multiValued field called "Name" with 3 values - "Name" : [ "[[\"Ethan\", \"G\", \"\"],[\"Steve\", \"Wonder\", \"

Re: Issue with SpanQuery

2014-04-28 Thread Ethan
tiValued="true" omitTermFreqAndPositions="false"/> >> >> >> >> > class="solr.LowerCaseFilterFactory"/> >> >> >> >> >> >> On Mon, Apr 28, 2014 at 3:19 PM, Ahmet Arslan wrote: >> >> >

Re: Issue with SpanQuery

2014-04-28 Thread Ethan
Facing the same problem!! I have noticed it works fine as long as you're looking up the first index position. Anyone faced similar problem before? On Mon, Apr 28, 2014 at 12:22 PM, Vijay Kokatnur wrote: > I have been working on SpanQuery for some time now to look up multivalued > fields and fou

Re: ShingleFilter failing with more terms than index phrase

2010-07-14 Thread Ethan Collins
ms without unigrams. [Honestly, I am still struggling to understand how this worked and the earlier one didn't] -Ethan

Re: ShingleFilter failing with more terms than index phrase

2010-07-14 Thread Ethan Collins
#x27; should have matched against title_0 field. Any clue? I am also trying to understand the impact of PositionFilter on phrase search quality and score. Unfortunately there are not enough literature/help put up by google. -Ethan

Re: ShingleFilter failing with more terms than index phrase

2010-07-14 Thread Ethan Collins
because the problem is not clear at first glance. However, there's an example I have put in the mail for someone interested to try out and check if there's a problem. Let's see if I receive any response. -Ethan On Tue, Jul 13, 2010 at 9:15 PM, Steven A Rowe wrote: > Hi Ethan,

ShingleFilter failing with more words than indexed phrase

2010-07-12 Thread Ethan Collins
7; and pf set to: 'title_1 title_2' Am I missing something here in my expectation or is there a bug somewhere? -Ethan

Re: Difficulty posting unicode to solr index

2007-05-25 Thread Ethan Gruber
Posting utf8-example.xml is the first thing I tried when I ran into this problem, and like the other files I had been working with, query results return garbage characters inside of unicode. On 5/25/07, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 5/25/07, Ethan Gruber <[EMAIL PROTECTE

Re: Difficulty posting unicode to solr index

2007-05-25 Thread Ethan Gruber
whether or not the problem is with my files themselves or the post.jar file. On 5/24/07, James liu <[EMAIL PROTECTED]> wrote: how do u sure ur file is encoded by utf-8? 2007/5/24, Ethan Gruber <[EMAIL PROTECTED]>: > > Hi, > > I am attempting to post some unicode XML documen

Difficulty posting unicode to solr index

2007-05-24 Thread Ethan Gruber
th post.sh, and I am running Windows and posting with a post.jar file. Could post.jar not support unicode? Has anyone run into this problem before? Thanks, Ethan