Re: Solr admin client crash - caused by too many fields

2018-08-14 Thread Toke Eskildsen
On Fri, 2018-08-10 at 06:38 -0700, ruby wrote: > I have 60 thousand fields in schema. When I go to the Analysis page > to analyze a field content > > http://localhost:8983/solr/#/collection1/analysis?analysis.fieldvalue > =xyz=xyz=field1_output=0 > > the admin panel crashes and shows error:

Re: Question regarding searching Chinese characters

2018-08-14 Thread Christopher Beer
Hi all, Thanks for this enlightening thread. As it happens, at Stanford Libraries we’re currently working on upgrading from Solr 4 to 7 and we’re looking forward to using the new dictionary-based word splitting in the ICUTokenizer. We have many of the same challenges as Amanda mentioned, and

solr 3.4 do not want to apply synonym mapping term to search matching docs

2018-08-14 Thread surya
The following data is getting indexed-in to our solr. doc1: University of Virginia doc2: Katrina Uva doc3: University of new york synonym.txt University of Virginia, uva search term: University of Virginia Expected result: doc1 Actual result: doc1 and doc2 the second document

Semantic Knowledge Graph query using SolrJ

2018-08-14 Thread Pratik Patel
I am trying to use Semantic Knowledge Graph in my java based application. I have a Semantic Knowledge Graph query which works fine if I trigger it through browser using restlet client. Following is the query. { "queries": [ "foo:\"5a6127a7234e76473a816f1c\"" ], "compare": [ {

Re: Graph/Stream requestHandlers in standalone

2018-08-14 Thread Joel Bernstein
Currently Streaming Expressions only work with Solr Cloud. This is because Streaming Expressions were designed to use Solr Cloud features for all distributed capabilites of the language. Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Aug 14, 2018 at 1:59 AM, David '-1' Schmid wrote: >

SolrCloud CDCR with 3+ DCs

2018-08-14 Thread cdatta
Hello.. Is there any restriction we have from the CDCR standpoint to have 3 DCs as ACTIVE-ACTIVE-ACTIVE scenario? We are seeing the following: DC1: We are indexing 1000 Documents. DC2: Random 300 (some number) documents are getting forwarded here from DC1. (Not 1000) DC3: Random 700 (some

Lucene/Solr bug list caused by JVM's implementations

2018-08-14 Thread Yasufumi Mizoguchi
Hi, I am looking for Lucene/Solr's bug list caused by JVM's implementations. And I found the following, but it seems not to be updated. https://wiki.apache.org/lucene-java/JavaBugs Where can I check the latest one? Thanks, Yasufumi

Re: SolrCloud CDCR issue

2018-08-14 Thread Amrit Sarkar
Hi, Yeah if you look above I have stated the same jira. I see your question on 3DCs with Active-Active scenario, will respond there. Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://twitter.com/lucidworks LinkedIn:

Re: Solr admin client crash - caused by too many fields

2018-08-14 Thread ruby
Thanks for your answer. In previous Solr version (5.0) I had same number of fields and didn't run into this issue. Did anything change in Solr 6.0 above? Thanks -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Help with error on indexing mongoDB document by Solr DataImportHandler

2018-08-14 Thread Wendy2
H Shawn, Thank you very much for your response! Solr DataImportHandler "could not" directly index MongoDB collections. I used open source SolrMongoImporter project (https://github.com/james75/SolrMongoImporter) on top of Solr DIH to to directly index data of MongoDB collections. What I did was