Re:Re: Converting a collection name to an alias

2021-01-09 Thread xiefengchang
I don't think you can achieve what you want---doing REAL rename. why not just use collection alias? do you have any reason NOT to do that? At 2021-01-08 04:20:00, "Mike Drob" wrote: >I believe you may be able to use that command (or some combination of >create alias commands) to

Re:[Solr8.7] Indexing only some language ?

2021-01-09 Thread xiefengchang
Take a look at the document here: https://lucene.apache.org/solr/guide/8_7/dynamic-fields.html#dynamic-fields here's the point: "a field that does not match any explicitly defined fields can be matched with a dynamic field." so I guess the priority is quite clear~ At

Re: StandardTokenizerFactory doesn't split on underscore

2021-01-09 Thread Rahul Goswami
Ah ok! Thanks Adam and Xiefeng On Sat, Jan 9, 2021 at 6:02 PM Adam Walz wrote: > It is expected that the StandardTokenizer will not break on underscores. > The StandardTokenizer follows the Unicode UAX 29 > standard which > specifies an

Re: StandardTokenizerFactory doesn't split on underscore

2021-01-09 Thread Adam Walz
It is expected that the StandardTokenizer will not break on underscores. The StandardTokenizer follows the Unicode UAX 29 standard which specifies an underscore as an "extender" and this rule says to not

Re: StandardTokenizerFactory doesn't split on underscore

2021-01-09 Thread Rahul Goswami
Nope. The underscore is preserved right after tokenization even before it reaches any filters. You can choose the type "text_general" and try an index time analysis through the "Analysis" page on Solr Admin UI. Thanks, Rahul On Sat, Jan 9, 2021 at 8:22 AM xiefengchang wrote: > did you

Re: Solr query with space (only) gives error

2021-01-09 Thread vstuart
Cross-posted / addressed (both me), here. https://stackoverflow.com/questions/65620642/solr-query-with-space-only-q-20-stalls/65638561#65638561 -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr query with space (only) gives error

2021-01-09 Thread vstuart
Cross-posted / addressed (both me), here. https://stackoverflow.com/questions/65620642/solr-query-with-space-only-q-20-stalls/65638561#65638561 -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

[Solr8.7] Indexing only some language ?

2021-01-09 Thread Bruno Mannina
Hello, I would like to define in my schema.xml some text_xx fields. I have patent titles in several languages. Only 6 of them (EN, IT, FR, PT, ES, DE) interest me. I know how to define these 6 fields, I use text_en, text_it etc. i.e. for English language: But I have more than 6

Re:StandardTokenizerFactory doesn't split on underscore

2021-01-09 Thread xiefengchang
did you configured PatternReplaceFilterFactory? At 2021-01-08 12:16:06, "Rahul Goswami" wrote: >Hello, >So recently I was debugging a problem on Solr 7.7.2 where the query wasn't >returning the desired results. Turned out that the indexed terms had >underscore separated terms,

Re:Remote error message: empty String & null:java.lang.NumberFormatException: empty String

2021-01-09 Thread xiefengchang
why don't you check what is it trying to do number conversion? at least the numberformatException is quite clear At 2021-01-08 20:07:24, "Doss" wrote: >We have 12 node SOLR cloud with 3 zookeeper ensemble >RAM: 80 CPU:40 Heap:16GB Records: 4 Million > >We do real time update and

Re: Query over migrating a solr database from 7.7.1 to 8.7.0

2021-01-09 Thread matthew sporleder
Did you commit? > On Jan 9, 2021, at 5:44 AM, Flowerday, Matthew J > wrote: > >  > Hi There > > As a test I stopped Solr and ran the IndexUpgrader tool on the database to > see if this might fix the issue. It completed OK but unfortunately the issue > still occurs – a new version of the

RE: Query over migrating a solr database from 7.7.1 to 8.7.0

2021-01-09 Thread Flowerday, Matthew J
Hi There As a test I stopped Solr and ran the IndexUpgrader tool on the database to see if this might fix the issue. It completed OK but unfortunately the issue still occurs - a new version of the record on solr is created rather than updating the original record. It looks to me as if the