RE: [collection create & delete] collection It is not created after several hundred times when it is repeatedly deleted and created. Resolved after restarting the service.

2019-04-30 Thread 유정인
=-Original Message- From: Shawn Heisey Sent: Tuesday, April 30, 2019 1:12 PM To: solr-user@lucene.apache.org Subject: Re: [collection create & delete] collection It is not created after several hundred times when it is repeatedly deleted and created. Re

[collection create & delete] collection It is not created after several hundred times when it is repeatedly deleted and created. Resolved after restarting the service.

2019-04-29 Thread 유정인
Hi I am using solr 7.7.1. I would like to ask about index issues. Use the solr rest api to do the indexing process. There is a problem here. My indexing process creates a collection every time I perform a batch index. When the index is completed, it alias, and the previous collection is backed

[lucene > nori ] special characters issue

2019-02-12 Thread 유정인
Hi I'm using the "nori" analyzer. Whether it's an error or an intentional question. All special characters are filtered. Special characters stored in the dictionary are also filtered. How do I print special characters?

[search > edismax] compound words different result issue

2019-02-11 Thread 유정인
Hi I use 'edismax'. Our main language uses compound words. There is an issue here. For example, assume that 'ab' => 'a' and 'b' are analyzed. The results are different when searching with 'ab' and 'a b'. I want to get the same result as searching 'a b' when searching 'ab'. Is there a wa

[QA-search] About field setting

2019-01-17 Thread 유정인
hi Can you use multiple query analyzers to search for or? Ex) Can you get synonyms to run before tokenzier? Ex)

Is there a recommended open source GUI tool for monitoring 'zookeeper'?

2019-01-09 Thread 유정인
Hi Is there a recommended open source GUI tool for monitoring 'zookeeper'?

RE: [solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-04 Thread 유정인
Hi The reader was looking for a way to do 'DIH' automatically. The reason was for HA configuration. Thank you for answer. If you know how, please reply. -Original Message- From: Doss Sent: Friday, January 04, 2019 3:59 PM To: solr-user@lucene.apache.org Subject: RE: [solr-solrcloud] H

RE: [solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-03 Thread 유정인
Hi Did you tell me how to call one node directly? Are you saying that one of the three nodes is automatically run? I would like to know how one of the three nodes is automatically performed. -Original Message- From: Doss Sent: Friday, January 04, 2019 3:38 PM To: solr-user@lucene.apac

[solr-solrcloud] How does DIH work when there are multiple nodes?

2019-01-03 Thread 유정인
Hi solrcloud Configured on 3 nodes. DIH is used for collecting / indexing, and each node has the same DIH. The DIH is executed at a fixed interval each time. Then there is the question here. Are you running on 3 nodes simultaneously? Or is it only a leader? And how do you know the leade

[solr-search] I wonder if it is possible to sort by group in the group function.(Is there a way?)

2018-12-18 Thread 유정인
Hello The current group function is used to output each group separately. I wonder if you can sort by group differently. If the group does not have a feature, is there another way to achieve similar results? Thank you. Ex) http://local.interpark.com:8983/solr/test7/select?q=*:*

[solr-index-update] solr update Is there a "literal.field_name" feature in json?

2018-12-16 Thread 유정인
Hello, The solr update's csv has a "literal.field_name" function. Does json have a similar function? No function found. Thank you.

[solr-search] I wonder if it is possible to sort by group in the group function.

2018-12-16 Thread 유정인
Hello The current group function is used to output each group separately. I wonder if you can sort by group differently. If the group does not have a feature, is there another way to achieve similar results? Thank you. Ex) http://local.interpark.com:8983/solr/test7/select?q=*:*

[solr-search] I wonder if it is possible to sort by group in the group function.

2018-12-13 Thread 유정인
Hello The current group function is used to output each group separately. I wonder if you can sort by group differently. If the group does not have a feature, is there another way to achieve similar results? Thank you. Ex) http://local.interpark.com:8983/solr/test7/select?q=*:*

RE: [solr-index]Can I do a lot of analysis on one field at the time of indexing?

2018-12-13 Thread 유정인
actly one tokenizer, and there are > no conditional filters. You can copyField to multiple individual > fields and treat each one of those differently, i.e. copy from title > to title1, title2 etc. where each one has a different analysis chain. > > Best, > Erick > On

[solr-index]Can I do a lot of analysis on one field at the time of indexing?

2018-12-13 Thread 유정인
Hello I have a question about index schemas. 1) Can I do various analysis on one field? For example, you can analyze the 'title' field with multiple tokenizers, and merge the analysis into a single field. 2) You can collect multiple fields in one field using 'copyField' function. However, severa

[solr-search] I wonder if it is possible to sort by group in the group function.

2018-12-13 Thread 유정인
Hello The current group function is used to output each group separately. I wonder if you can sort by group differently. If the group does not have a feature, is there another way to achieve similar results? Thank you. Ex) http://local.interpark.com:8983/solr/test7/select?q=*:*