| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
1243 (0.279s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Store complex (i.e. label + id) meta data in SOLR document - Solr - [mail # user]
|
|
...Tell us a little more, with examples, of how you really want to search and facet this information. One technique is to store the same information in multiple ways, for diff...
|
|
|
Author: Jack Krupansky,
2013-05-20, 21:27
|
|
|
Re: Not able to search Spanish word with ascent in solr - Solr - [mail # user]
|
|
...Okay. I should have realized from the original email. The input is XML-encoded HTML. That's fine for a stored field that will be retrieved and then displayed in a browser, but is...
|
|
|
Author: Jack Krupansky,
2013-05-20, 18:10
|
|
|
Re: Not able to search Spanish word with ascent in solr - Solr - [mail # user]
|
|
...We can conclude that the accents did not get indexed and we know from the other experiment that the field type analyzer is not at fault. 1. How are you indexing the data? Verify ...
|
|
|
Author: Jack Krupansky,
2013-05-20, 17:47
|
|
|
Re: Not able to search Spanish word with ascent in solr - Solr - [mail # user]
|
|
...We can conclude that the field type analyzer is NOT the problem. Good experiment to eliminate one culprit. From: jignesh Sent: Monday, May 20, 2013 1:21 PM To: [EMAIL PROTECTED]...
|
|
|
Author: Jack Krupansky,
2013-05-20, 17:34
|
|
|
Re: Not able to search Spanish word with ascent in solr - Solr - [mail # user]
|
|
...Try the Solr Admin UI Analysis page - enter text for both index and query for your field and see whether the final terms still have their accents. From: jignesh Sent: Monday, Ma...
|
|
|
Author: Jack Krupansky,
2013-05-20, 16:51
|
|
|
Re: Not able to search Spanish word with ascent in solr - Solr - [mail # user]
|
|
...Tomcat is notorious for not defaulting to UTF-8 encoding for URLs which is how the query is passed, which is needed to preserve all these accented characters. In Tomcat's s...
|
|
|
Author: Jack Krupansky,
2013-05-20, 13:53
|
|
|
Re: [custom data structure] aligned dynamic fields - Solr - [mail # user]
|
|
...Before you dive off the deep end and "go crazy" with dynamic fields, try a clean, simple, Solr-oriented static design. Yes, you CAN do an over-complicated design with dynamic fie...
|
|
|
Author: Jack Krupansky,
2013-05-20, 13:23
|
|
|
Re: Best query method - Solr - [mail # user]
|
|
...You'll have to decide whether cached or uncached filter queries work best for your particular application. If you can us cached filter queries, that's better, and then separating...
|
|
|
Author: Jack Krupansky,
2013-05-18, 12:30
|
|
|
Re: SOLR-4640: CachingDirectoryFactory not closed at times - Lucene - [mail # dev]
|
|
...It is listed in the bug fixes for 4.2.1: http://lucene.apache.org/solr/4_2_1/changes/Changes.html From: Anshum Gupta Sent: Saturday, May 18, 2013 1:21 AM To: [EMAIL PROTEC...
|
|
|
Author: Jack Krupansky,
2013-05-18, 12:17
|
|
|
Re: Searching for terms having embedded white spaces like "word1 word2" - Solr - [mail # user]
|
|
...Ideally, such a text search should be done using tokenized text and span query. Maybe you could do it using the "surround" query parser, but you should be able to do it using the...
|
|
|
Author: Jack Krupansky,
2013-05-18, 12:11
|
|
|
|