I'm now using the solr.ICUTokenizerFactory, and the searching for Chinese
characters can work when I use the Query tab in Solr Admin UI.
In the Admin UI, it converts the Chinese characters to code before passing
it to the URL, so it looks something like this:
http://localhost:8983/solr/chinese2/se
It looks like you are indexing the detail_txt fields as multivalued.
Perhaps you could index them as parent/child documents, and use block
joins and the expand component to retrieve them.
You can index the doc as:
0BICA_PROBLEM_AUTHOR
parent
...
0RS_AUTHOR
Author
CHA
child
Use bin/solr create to make a new collection.
Upayavira
On Mon, Jul 6, 2015, at 05:17 AM, Zheng Lin Edwin Yeo wrote:
> Hi,
>
> I've just migrated to Solr 5.2.1 with external ZooKeeper 3.4.6.
>
> Whenever I tried to start Solr using these command, the Solr servers gets
> started, but none of the
Hi,
I've just migrated to Solr 5.2.1 with external ZooKeeper 3.4.6.
Whenever I tried to start Solr using these command, the Solr servers gets
started, but none of the cores is actually loaded.
- bin\solr.cmd start -cloud -z localhost:2181
- bin\solr.cmd -cloud -p 8983 -s server\solr -z localhost:
Has anyone used solr.LFUCache in Production to replace:
Thoughts?
--
Bill Bell
billnb...@gmail.com
cell 720-256-8076
Team,
I have a requirement like getting the list of the child tables along with
parent records as the below pattern.
"id":"0BICA_PROBLEM_AUTHOR",
"description_txt":[""],
"display_value_txt":["Analyser : Problems/Category/Author"],
"report_types_id_txt":["1"],
"report_categories_id_txt":["30585"],
Hi Shani,
What version of Solr are you using? The instructions you quote look like
they are for something like <4.4 from what you have written below.
The below is cloned from one of my projects, and hacked without testing,
but I hope it gives you the idea of how it can be done.
public SolrServ
Hi,
I'm using EmbeddedSolrServer for testing the solr.
I went step by step in this instuctions (for solr 4)
https://wiki.searchtechnologies.com/index.php/Unit_Testing_with_Embedded_Solr
I can see that the config loaded, but when I try to put document, the error I
get is:
org.apache.solr.common.S