| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
313 (0.455s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: search features Endeca vs Solr - Solr - [mail # user]
|
|
...Sachin, You might more response on this list is you can describe a little in detail what your application needs to do. A lot of us haven't used Endeca and won't understand exactl...
|
|
|
Author: Dyer, James,
2013-01-04, 20:41
|
|
|
RE: Converting fq params to Filter object - Solr - [mail # user]
|
|
...Nalini, Assuming that you're using Solr, the hook into the collate functionality is in SpellCheckComponent#addCollationsToResponse . To do what you want, you would have to modify...
|
|
|
Author: Dyer, James,
2012-12-27, 21:28
|
|
|
RE: Converting fq params to Filter object - Solr - [mail # user]
|
|
...Nalini, You could take the code from SpellCheckCollator#collate and have it issue a test query for each word individually instead of for each collation. This would do exactly wha...
|
|
|
Author: Dyer, James,
2012-12-27, 19:46
|
|
|
RE: [DIH] Script Transformer: Is there a way to import js file? - Solr - [mail # user]
|
|
...I'm not very familiar with using scipting langauges with Java, but having seen the DIH code for this, my guess is that all script code needs to be in the section of data-config.xml. &n...
|
|
|
Author: Dyer, James,
2012-12-26, 17:12
|
|
|
RE: Can DataImportHandler ignore Missing Tags in XML? - Solr - [mail # user]
|
|
...It looks from your stack trace that your XML document has a value for "ChemicalNameOfSubstance" yet you do not have such a column defined in schema.xml. Is this your problem? The...
|
|
|
Author: Dyer, James,
2012-12-21, 15:47
|
|
|
RE: Ensuring SpellChecker returns corrections which satisfy fq params for default OR query - Solr - [mail # user]
|
|
...The spellchecker doesn't support checking the indivdual words against the index with "fq" applied. This is only done for collations (and only if "maxCollationTries" is greater than 0)....
|
|
|
Author: Dyer, James,
2012-12-20, 17:12
|
|
|
RE: dataimport.properties not created/updated with solrcloud - Solr - [mail # user]
|
|
...Someone with more zookeeper knowledge than I have can better answer this, but there is code in place specifically for using DIH with SolrCloud to save the "dataimport.properties" file in an ...
|
|
|
Author: Dyer, James,
2012-12-19, 21:40
|
|
|
RE: Ensuring SpellChecker returns corrections which satisfy fq params for default OR query - Solr - [mail # user]
|
|
...Instead of using spellcheck.collateParam.mm, try just setting spellcheck.maxResultsForSuggest to a very high value (you can use up to Integer.MAX_VALUE here). So long as the user gets ...
|
|
|
Author: Dyer, James,
2012-12-19, 21:35
|
|
|
RE: Ensuring SpellChecker returns corrections which satisfy fq params for default OR query - Solr - [mail # user]
|
|
...Let me try and get a better idea of what you're after. Is it that your users might query a combination of irrelevant terms and misspelled terms, so you want the ability to ignore the i...
|
|
|
Author: Dyer, James,
2012-12-19, 18:09
|
|
|
RE: "order" question on solr multi value field - Solr - [mail # user]
|
|
...I was noticing when I was looking this up in LIA yesterday a mention was made that when using a field list to return just some of the stored fields, that it still takes time to seek over the...
|
|
|
Author: Dyer, James,
2012-12-19, 15:34
|
|
|
|