After Solr 5.5, mm parameter doesn't work properly

2016-05-29 Thread Issei Nishigata
As shown above, parsedquery also differs from Solr 5.4 and Solr 6.0.1(after Solr 5.5). — Thanks  Issei Nishigata

About reasons of "enablePositionIncrements" deprecation

2016-06-19 Thread Issei Nishigata
Hi, all. I am using Solr5.5. I am planning to activate "enablePositionIncrements" by customizing "XXXFilterFactory" in order to make autoGeneratedPhraseQueries work properly. Can anyone tell me about the impact of such customizing? I am planning two kinds of customizing mentioned below. - To

Re: About editing managed-schema by hand

2017-02-27 Thread Issei Nishigata
y/solr/ > Schema+Factory+Definition+in+SolrConfig#SchemaFactoryDefinitioninSolrC > onfig-SwitchingfromManagedSchematoManuallyEditedschema.xml > > Best, > Erick > > On Sun, Feb 26, 2017 at 8:22 AM, Issei Nishigata <duo.2...@gmail.com> > wrote: > > Hi, All > > > > Simila

About editing managed-schema by hand

2017-02-26 Thread Issei Nishigata
Hi, All Similar questions may have been already asked, but just in case please let me ask you. According to the below URL it says as "Schema modifications via the Schema API will now be enabled by default.", but would there be any issues if I edited with text editor instead of Schema API?

Re: About editing managed-schema by hand

2017-03-20 Thread Issei Nishigata
to say, I understand that there is an assumption that we do not use Schema API and hand-editing at the same time. Thanks, Issei 2017-03-02 10:15 GMT+09:00 Shawn Heisey <apa...@elyograg.org>: > 2/27/2017 4:46 AM, Issei Nishigata wrote: > > Thank you for your reply. If I was to say

How to replacing values on multiValued all together by using 1 query

2018-05-10 Thread Issei Nishigata
ts? Do we have a simple way of updating to use only 1 query? Thanks, Issei -- Issei Nishigata

Performance if there is a large number of field

2018-05-10 Thread Issei Nishigata
it affect performance such as retrieving and sorting? If it is affected, what kind of alternative idea do we have? Thanks, Issei -- Issei Nishigata

Failed to create collection

2019-02-10 Thread Issei Nishigata
Hello, all. I have 1 collection running, and when I tried to create a new collection with the following command, - $ solr-6.2.0/bin/solr create -c collection2 -d data_driven_schema_configs - I got the following error. - Connecting to ZooKeeper at

facet.threads on JSON Facet

2020-03-01 Thread Issei Nishigata
/select?q=test=-1={category:{type:terms, field:category, limit:-1},content_type:{type:terms, field:content_type, limit:-1}} I'm using Solr8.4.1 The machine that is running Solr has 8 Cores Any clue will be very appreciated. Sincerely, Issei Nishigata

DIH on SolrCloud

2020-08-13 Thread Issei Nishigata
Hi, All I'm using Solr4.10 with SolrCloud mode. I have 10 Nodes. one of Nodes is Leader Node, the others is Replica.(I will call this Node1 to Node10 for convenience) -> 1 Shard, 1 Leader(Node1), 9 Replica(Node2-10) Indexing always uses DIH of Node2. Therefore, DIH may be executed when Node2 is

Re: DIH on SolrCloud

2020-08-13 Thread Issei Nishigata
oud mode DIH from node 2 that > does not mean it is executed there ! > > What could to wrong: > Other nodes do not have access to files/database or there is a parsing > error or a script error. > > > Am 13.08.2020 um 17:21 schrieb Issei Nishigata : > > > > Hi, All &

Re: AtomicUpdate on SolrCloud is not working

2020-07-17 Thread Issei Nishigata
I have the same problem in my Solr8. I think it's because in the first way, TrimFieldUpdateProcessorFactory and RemoveBlankFieldUpdateProcessorFactory is not taking effect. On SolrCloud, TrimFieldUpdateProcessorFactory, RemoveBlankFieldUpdateProcessorFactory and other processors only run on the

How to change the JVM Threads of SolrCloud

2021-01-21 Thread Issei Nishigata
Hello All, I'm running SolrCloud(1 shard,9 replicas) on Amazon EKS. The other day, when I accidentally stopped CoreDNS of EKS, the entire Solr cluster went down due to the inability to resolve names of each node. I restarted CoreDNS shortly afterwards, but the Solr node just repeated down and