What is the benefit of stored="true" in *PointFields

2019-02-05 Thread Yasufumi Mizoguchi
Hi, I am using Solr 7.6 and want to reduce index size due to hardware limitation. I already tried to 1. set false to unnecessary field's indexed/stored/docValues parameter in schema. 2. set compressionMode="BEST_COMPRESSION" in solrconfig. These were quite good, but I still need to reduce

Re: Allow Join over two sharded collection

2019-02-05 Thread mganeshs
All, Any idea, whether this will be taken care or addressed in near future ? https://issues.apache.org/jira/browse/SOLR-8297 Regards, -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Solr JSON Facet

2019-02-05 Thread solrnoobie
So I'm really liking the json facets in terms of performance and features but I have the following questions: - Can we use solr 7.6's facet.matches? - Is there a way to only return the matched values in the facet? (we are having problems with multivalued fields) - Do we have any way to filter the

Full index replication upon service restart

2019-02-05 Thread Rahul Goswami
Hello Solr gurus, So I have a scenario where on Solr cluster restart the replica node goes into full index replication for about 7 hours. Both replica nodes are restarted around the same time for maintenance. Also, during usual times, if one node goes down for whatever reason, upon restart it

Solr user account requires login?

2019-02-05 Thread Perrigo, Matthew (A3IS)
Hello, After following the install guide and setting up the Solr user as described below, Nessus compliance scans are stating that the 'solr' user should have /usr/sbin/nologin, but the dev team is saying that setting the nologin will render the account unusable. Does the solr account need an

Re: Aggregate functions

2019-02-05 Thread naga pradeep dhulipalla
Hey, Thanks for the reply. I had gone through the link but unable to understand how can i use facets in the following query Select duration from tableName where solr_query='{"q":"(appName:\"test\")"}' I want the query something like Select SUM(duration) from tableName where

Re: English Analyzer

2019-02-05 Thread Walter Underwood
Why? If you want to look at the results, install Solr, create a two fieldtypes in the schema with the two analyzers, then use the analysis page to try them. On the other hand, you could just use KStem. The Porter stemmers are ancient technology and have some well-known limitations. wunder

Re: English Analyzer

2019-02-05 Thread akash jayaweera
Thank you very much for the valuable information. But I need to use org.apache.lucene.analysis *API* for English and do the analysis process. Ex :- when I submit English document to the API, I want the Analyzed Document. So I can see the difference made by the English analyzer. Regards, *Akash

Re: by: java.util.zip.DataFormatException: invalid distance too far back reported by Solr API

2019-02-05 Thread Tim Allison
>At the end of the day it would be a much better architecture to parse the > PDFs using plain standalone TikaServer +1 Also, note that we added a -spawnChild switch to tika-server that will run the server in a child process and kill+restart the child process if there is an infinite

Re: English Analyzer

2019-02-05 Thread Dave
This will tell you pretty everything you need to get started https://lucene.apache.org/solr/guide/6_6/language-analysis.html > On Feb 5, 2019, at 4:55 AM, akash jayaweera wrote: > > Hello All, > > Can i get details how to use English analyzer with stemming, > lemmatizatiion, stopword removal

English Analyzer

2019-02-05 Thread akash jayaweera
Hello All, Can i get details how to use English analyzer with stemming, lemmatizatiion, stopword removal techniques. I want to see the difference between before and after applying the English analyzer Regards, *Akash Jayaweera.* E akash.jayawe...@gmail.com M + 94 77 2472635