Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 81 to 90 from 326 (0.448s).
Loading phrases to help you
refine your search...
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
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
Sort:
project
Solr (276)
Lucene (53)
type
mail # user (276)
mail # dev (50)
date
last 7 days (1)
last 30 days (18)
last 90 days (59)
last 6 months (93)
last 9 months (326)
author
Chris Hostetter (6455)
Yonik Seeley (5301)
Erick Erickson (3805)
Mark Miller (3128)
Otis Gospodnetic (2881)
Michael McCandless (2862)
Robert Muir (2549)
Grant Ingersoll (2548)
Erik Hatcher (2325)
Uwe Schindler (2004)
Shalin Shekhar Mangar (1757)
Ryan McKinley (1687)
Lance Norskog (1604)
Jack Krupansky (1397)
Shawn Heisey (1188)
Dyer, James