Hi,
I have found the problem which led to this. It was due to the signature
field being omitted for some of the records.
This is caused by the below line not in the solrconfig.xml /update/extract
requestHandler during the indexing.
dedupe
Regards,
Edwin
On 7 November 2017 at 22:07, Amrit Sark
Hi
I am a newbie and I do not unserstand SOLR-2412 I am trying Solr and i have one
question.I want to use Multipath hierarchical faceting but i do not konw how to
do it .Because i want to use it with Solr API.
Is there any class in newest Solr api to specify the HierarchicalFacetField
like org.
Hi,
In order to use this feature, you would have to patch Solr and build it
yourself. But note that this ticket is old and the last patch version is from
2014, so you would either have to patch referenced version of adjust patch to
work with version that you are targeting.
HTH,
Emir
--
Monitori
On 11/17/2017 12:53 AM, S G wrote:
Going through
https://www.elastic.co/guide/en/elasticsearch/guide/current/_deep_dive_on_doc_values.html
,
is it possible to enable only docValues and disable stored/indexed
attributes for a field?
Yes, this is possible. In fact, if you want to do in-place Ato
Hello everybody!
I've migrated from Solr 6.5.0 to Solr 6.6.0 but it introduced a problem with
wildcards in join edismax queries.
My documents looks similar to this:
{
"id": "1",
"title": "testing",
"hasAttachment": ["2"]
}
{
"id": "2",
"title": "an attachme
On 11/16/2017 5:28 PM, TOM wrote:
Recently, I acquired a batch of commits’ SHA data of Lucene, of which the
time span is from 2010 to 2015. In order to get original info, I tried to use
these SHA data to track commits.
In summary, 1) did the method to generate SHA num of commit chang
Hello everybody!
I've migrated from Solr 6.5.0 to Solr 6.6.0 but it introduced a problem with
wildcards in join edismax queries.
My documents looks similar to this:
{
"id": "1",
"title": "testing",
"hasAttachment": ["2"]
}
{
"id": "2",
"title": "a
I'll add that using docValues in place of stored is much more
efficient than using stored. To access stored=true data
1> a 16K block must be read from disk
2> the 16K block must be decompressed.
With docValues, the value is a simple lookup, the value is probably in
memory already (MMapped) and the
Not quite sure if this suits your needs, but what about:
PathHierarchyTokenizerFactory?
On Fri, Nov 17, 2017 at 5:24 AM, Emir Arnautović
wrote:
> Hi,
> In order to use this feature, you would have to patch Solr and build it
> yourself. But note that this ticket is old and the last patch version
Does any of the phrase suggesters in Solr 6.1 honor the threshold parameter?
I made following changes to enable phrase suggestion in my environment.
Played with different threshold values but looks like the parameter is not
being used.
mySuggester
FuzzyLookupFactory
suggester_fu
Thank you Erick and Shawn.
1) So it seems like docValues should always be preferred over stored fields
for retreival
if sorting-of-multivalued-fields is not a concern. Is that a correct
understanding?
2) Also, the in-place atomic updates (with docValues=true and
stored/indexed=false) should
be
Hi Kumar,
If I am not wrong, I think there is method named something like peek(2) or
advance(2).Some filters access tokens ahead and perform some logic.
AhmetOn Wednesday, November 15, 2017, 10:50:55 PM GMT+3, kumar gaurav
wrote:
Hi
I need to get full field value from TokenStream in m
Hi Ruby,
The documentation says that threshold is available for the
HighFrequencyDictionaryFactory implementation. Since you're using
DocumentDictionaryFactory I guess it will be ignored.
Cheers,
Peter.
-Original Message-
From: ruby [mailto:rshoss...@gmail.com]
Sent: 17 November 2017 1
Hi Solr community,
I need to update the support page of wiki.apache.org wrt what France Labs
does on Solr. Can you add the user < FranceLabs > so that we can edit the
page ?
Regards,
Cedric
President
France Labs - Les experts du Search
Done.
On Thu, Nov 16, 2017 at 1:56 AM, Cedric Ulmer
wrote:
> Hi Solr community,
>
>
>
> I need to update the support page of wiki.apache.org wrt what France Labs
> does on Solr. Can you add the user < FranceLabs > so that we can edit the
> page ?
>
>
>
> Regards,
>
>
> Cedric
>
>
>
> President
>
:
: As I said before, I do not think that Solr will use timezones for date display
: -- ever. Solr does support timezones in certain circumstances, but I'm pretty
One possibility that has been discussed in the pst is the idea of a "Date
Formatting DocTransformer" that would always return a Stri
Hi,
It's already a bit late, but all people who are visiting Germany next week and
want to do a short trip to Berlin: There are still slots free on the FOSS
Backstage Micro Summit. It is a mini conference conference on everything
related to governance, collaboration, legal and economics within
Hi,
I have a sharded solr7 cluster and I am using an aggregator node (which has
no data/index of its own) to distribute queries and aggregate results from
the shards. I am puzzled that when I use solr7 on the aggregator node, then
number of threads shoots up to 32000 on that host and then the proc
Do I need to define a field with when I use an external file field? I
see the to define it, but the docs don’t say how to define the
field.
The docs say that the file uses the fieldname as part of the filename, but the
directive defines a type name, not a field name. Right?
wunder
Walter Un
: Do I need to define a field with when I use an external file
: field? I see the to define it, but the docs don’t say how
: to define the field.
you define the field (or dynamicField) just like any other field -- the
fieldType is where you specify things like the 'keyField' & the 'defVal',
Thanks. I found this, which is much more clear than the manual.
http://www.openjems.com/solr-external-file-fields/
The Solr manual should include the info about how to declare the field.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/ (my blog)
> On Nov 17, 2017,
Hi,
We have several indexed string fields which is not tokenized and does not
have docValues enabled.
When we do leading wildcard searches on these fields they are running very
slow. We were thinking that since this field is indexed, such queries
should be running pretty quickly. We are using So
Sundeep,
You would like to explore
http://lucene.apache.org/solr/6_6_1/solr-core/org/apache/solr/analysis/ReversedWildcardFilterFactory.html
here probably.
Thanks
Amrit Sarkar
On 18 Nov 2017 6:06 a.m., "Sundeep T" wrote:
> Hi,
>
> We have several indexed string fields which is not tokenized a
Hi James,
This might not be 100% what you are looking for but some ideas to
explore:
1. Change session timeout on ZooKeeper client; this might help you move
unresponsive node to "down" state and Solr Cloud will take affected node
out of rotation on its own.
https://zookeeper.apache.org/doc/trunk/
24 matches
Mail list logo