| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
308 (0.249s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: 4.1 release notes: please review - Lucene - [mail # dev]
|
|
...Do you think it is appropriate that we put all of this in a section in the release notes, or something more succinct? James Dyer E-Commerce Systems Ingram Content Group (615) 213-4311 ...
|
|
|
Author: Dyer, James,
2013-01-17, 16:47
|
|
|
RE: 4.1 release notes: please review - Lucene - [mail # dev]
|
|
...Steve, This is pretty longwinded and maybe just the first sentence will suffice with "see the wiki for more information." All of this is documented there, more or less. None of t...
|
|
|
Author: Dyer, James,
2013-01-17, 16:31
|
|
|
RE: DataImportHandlerException: Unable to execute query with OPTIM - Solr - [mail # user]
|
|
...I think your JDBC driver is complaining because it doesn't like what is being set for the "fetch size" on the Statement. "Fetch size" is controlled by the "batchSize" parameter on &nbs...
|
|
|
Author: Dyer, James,
2013-01-15, 15:50
|
|
|
RE: Possible bug in Solr SpellCheckComponent if more than one QueryConverter class is present - Lucene - [mail # dev]
|
|
...Jack, Did you test this to see if you could trigger this bug? But in any case, can you open a jira ticket so this won't fall under the radar? Even if the comment that was p...
|
|
|
Author: Dyer, James,
2013-01-14, 15:50
|
|
|
RE: how to perform a delta-import when related table is updated - Solr - [mail # user]
|
|
...Try adding the "pk" attribute to the parent entity in any of these 4 ways: 0" deltaImportQuery="select * from freemedia WHERE updatedate < getdate() AND id='${dataimporter.delta.id...
|
|
|
Author: Dyer, James,
2013-01-11, 20:50
|
|
|
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
|
|
|
|