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
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
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
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
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
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
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
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
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
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.
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
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
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
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.
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
Ahmet,
Yes, they were part of JSON output, Here is the xml response
[["Hifte", "Grop", "", ""]] []
[["Ethan",
"G", "", ""],["Steve", "Wonder", "", ""]]
I solution suggested b
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\", \"
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
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,
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
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\", \"
tiValued="true" omitTermFreqAndPositions="false"/>
>>
>>
>>
>> > class="solr.LowerCaseFilterFactory"/>
>>
>>
>>
>>
>>
>> On Mon, Apr 28, 2014 at 3:19 PM, Ahmet Arslan wrote:
>>
>> >
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
ms without unigrams.
[Honestly, I am still struggling to understand how this worked and the
earlier one didn't]
-Ethan
#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
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,
7; and pf set to: 'title_1 title_2'
Am I missing something here in my expectation or is there a bug somewhere?
-Ethan
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
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
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
30 matches
Mail list logo