Re: Solr cloud inquiry

2017-11-17 Thread Jaroslaw Rozanski
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.

Re: Leading wildcard searches very slow

2017-11-17 Thread Amrit Sarkar
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

Leading wildcard searches very slow

2017-11-17 Thread Sundeep T
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

Re: External file field

2017-11-17 Thread Walter Underwood
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,

Re: External file field

2017-11-17 Thread Chris Hostetter
: 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',

External file field

2017-11-17 Thread Walter Underwood
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

Solr7: Very High number of threads on aggregator node

2017-11-17 Thread Nawab Zada Asad Iqbal
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

FOSS Backstage Micro Summit on Monday in Berlin

2017-11-17 Thread Uwe Schindler
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

Re: TimeZone issue

2017-11-17 Thread Chris Hostetter
: : 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

Re: Editing the community wiki of Solr

2017-11-17 Thread Erick Erickson
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, >

Editing the community wiki of Solr

2017-11-17 Thread Cedric Ulmer
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

RE: Search suggester - threshold parameter

2017-11-17 Thread Peter Lancaster
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

Re: get all tokens from TokenStream in my custom filter

2017-11-17 Thread Ahmet Arslan
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

Re: DocValues

2017-11-17 Thread S G
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

Search suggester - threshold parameter

2017-11-17 Thread ruby
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

Re: Multipath hierarchical faceting

2017-11-17 Thread Erick Erickson
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

Re: DocValues

2017-11-17 Thread Erick Erickson
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

Solr 6.6.0 - Query does not implement createWeight

2017-11-17 Thread Mihail Radkov
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":

Re: A problem of tracking the commits of Lucene using SHA num

2017-11-17 Thread Shawn Heisey
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

Solr 6.6.0 - Query does not implement createWeight

2017-11-17 Thread Mihail Radkov
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

Re: DocValues

2017-11-17 Thread Shawn Heisey
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

Re: Multipath hierarchical faceting

2017-11-17 Thread Emir Arnautović
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 --

Multipath hierarchical faceting

2017-11-17 Thread ??????
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