Re: uniqueKey and docValues?

2018-11-22 Thread Walter Underwood
/export needs all fields to be docValues. If you are going to export, including the id seems like a good idea. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Nov 22, 2018, at 6:51 PM, Erick Erickson wrote: > > I doubt it mattes. The only point for

Re: uniqueKey and docValues?

2018-11-22 Thread Erick Erickson
I doubt it mattes. The only point for docValues is to speed up situations where you want to answer the question "for docX, what is the value of fieldY"? Unless you're doing something interesting with the_route_ field, it's only used to, well, route documents at index time. By "interesting", I'm tal

Re: Two field phrase search

2018-11-22 Thread Erick Erickson
There's no capability in Solr to do this. Given that different fields have different analyzer chains, how would position information be preserved across two fields? It'd be tricky at best. ComplexPhrase should do what you want by itself, assuming you want matches for any doc with "steve jobs", "st

Two field phrase search

2018-11-22 Thread NewMelchizedec sundararaj
Hi Fellow Searchers, I am indexing some content (say name) in to two fields with different analyzer chains. One that would do edge prefix and the other regular tokenization. Let me call them name_prefix and name_term When an incoming partial query comes up, like "steve jo", I want the first word

Long value as unique key in long term

2018-11-22 Thread Jaroslaw Rozanski
Hi all, This is interesting (to me): 1. The "TrieLongField" is deprecated (still there in 7.5, but marked deprecated) 2. The "LongPointField" is not allowed as uniqueKey According to Solr Ref Guide 7.5 (http://lucene.apache.org/solr/guide/7_5/field-types-included-with-solr.html) these are

Re: uniqueKey and docValues?

2018-11-22 Thread Vincenzo D'Amore
Hi guys, this is an interesting thread. Looking at schema.xml I found having uniqueKey (type="string") configured as docValues="true" but, I also found that _root_ is configured docValues="false" Is there any drawbacks in having _root_ with docValues="false" ? On Thu, Nov 22, 2018 at 12:28 AM E

RE: KeywordRepeat, stemming, (single term) synonyms and minimum should match (edismax)

2018-11-22 Thread Markus Jelsma
Hello, I have opened a SOLR-13009 describing the problem. The attached patch contains a unit test proving the problem, i.e. the test fails. Any help would be greatly appreciated. Many thanks, Markus https://issues.apache.org/jira/browse/SOLR-13009 -Original message- > From:Markus

Re: Solr Cloud - Store Data using multiple drives -2

2018-11-22 Thread Charlie Hull
On 22/11/2018 11:50, Tech Support wrote: Dear Solr Team, I am using SOLR 7.5.0 in Windows OS (SOLR Cloud). My primary need is , If the current data storage drive is full, I need to use another one drive without moving the existing data into the new location. If I add new the dataDir locati

Solr Cloud - Store Data using multiple drives -2

2018-11-22 Thread Tech Support
Dear Solr Team, I am using SOLR 7.5.0 in Windows OS (SOLR Cloud). My primary need is , If the current data storage drive is full, I need to use another one drive without moving the existing data into the new location. If I add new the data