/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
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
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
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
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
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
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
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
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