Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-23 Thread Keiichi MORITA
Resolved. My problem occurred because of the case-sensitive. I've read the source code of Solr-6.3 and found a code referencing metadata of databases, so I finally noticed that Oracle Database returns *UPPERCASE* letters from metadata. As a correct setting, in the where clause of the query calle

Re: DIH do not work. Child-entity cannot refer parent's id.

2017-01-21 Thread Keiichi MORITA
Hi Shawn, Thank you for helpful information and suggestions. > Are you using the Oracle JVM? This is recommended. Version 1.8.x (Java > 8) > is required for Solr 6.3.0. I'm using Oracle Java 8 (1.8.0_111). In response to your advice, I've changed the logging level for JdbcDataSource to DEBUG

DIH do not work. Child-entity cannot refer parent's id.

2017-01-20 Thread Keiichi MORITA
DataImportHandler *can't* work out with Oracle 12c and Solr 6.3. Query in nested entities are called, the mapping values are not in child's WHERE clause. What is the cause of this error? I want some help. ## data-config.xml

Re: Sorting order of suggested words

2017-01-19 Thread Keiichi MORITA
I found the option `comparatorClass`. https://wiki.apache.org/solr/SpellCheckComponent#Custom_Comparators_and_the_Lucene_Spell_Checkers_.28IndexBasedSpellChecker.2C_FileBasedSpellChecker.2C_DirectSolrSpellChecker.29 If I want to sort suggested words alphabetically, need to set a custom comparator

Sorting order of suggested words

2017-01-18 Thread Keiichi MORITA
When using the suggester, how to be sorted the default order of next suggested words? Example, input 'football' and next words are... football club football tv football manager football channel : In the above, I want to know the sorting order "club, tv, manager, channel". Kind, Keii

Re: Maximum number of characters in highlighing

2017-01-18 Thread Keiichi MORITA
Hi Erick. Thanks a lot. I see the parameter's description, and want to get those high limits. Maybe it depends on target field's contents size and java heap size of my environment. Kind, Keiichi -- View this message in context: http://lucene.472066.n3.nabble.com/Maximum-number-of-characters

Maximum number of characters in highlighing

2017-01-18 Thread Keiichi MORITA
Hello, When a document contains some highlight targets, what is the maximum number of characters that could be highlighted? I want to know that limit of highlighting parameter and which parameter specifies it. Thanks, Keiichi MORITA -- View this message in context: http://lucene.472066.n3