| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
317 (0.239s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: Bug in spellcheck.alternativeTermCount - Solr - [mail # user]
|
|
...Can you give instructions on how to reproduce problem? James Dyer Ingram Content Group (615) 213-4311 From: Rounak Jain [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 23, ...
|
|
|
Author: Dyer, James,
2013-05-23, 14:29
|
|
|
RE: How do I use CachedSqlEntityProcessor? - Solr - [mail # user]
|
|
...That would be a worthy enhancement to do. Always nice to give the user a warning when something is going to fail so they can troubleshoot better... James Dyer Ingram Content Grou...
|
|
|
Author: Dyer, James,
2013-05-22, 16:04
|
|
|
RE: How do I use CachedSqlEntityProcessor? - Solr - [mail # user]
|
|
...There was a mistake in my last reply. Your child entities need to SELECT on the join key so DIH has it to do the join. So use "SELECT SKU, CategoryName..." James Dyer Ingra...
|
|
|
Author: Dyer, James,
2013-05-22, 14:23
|
|
|
RE: How do I use CachedSqlEntityProcessor? - Solr - [mail # user]
|
|
...First remove the "where" condition from the child entities, then use the "cacheKey" and "cacheLookup" parameters to instruct DIH how to do the join. Example: See http://wi...
|
|
|
Author: Dyer, James,
2013-05-21, 17:36
|
|
|
RE: have developer question about ClobTransformer and DIH - Lucene - [mail # dev]
|
|
...Chris, I'm basing my opinion here on this statement, "The method ResultSet.getString, which allocates and returns a new String object, is recommended for retrieving data from CHA...
|
|
|
Author: Dyer, James,
2013-05-21, 17:30
|
|
|
RE: have developer question about ClobTransformer and DIH - Lucene - [mail # dev]
|
|
...Yes, that is correct. So it is going to do "resultSet.getString(zzz)" for any type it cannot address with the case statement. This should be fine if your db is returning a LONGVA...
|
|
|
Author: Dyer, James,
2013-05-21, 17:24
|
|
|
RE: have developer question about ClobTransformer and DIH - Lucene - [mail # dev]
|
|
...I think this code snippet attempts to map the schema.xml types to database types. If your database is indeed sending this as a LONGVARCHAR, I would expect a default "resultset.g...
|
|
|
Author: Dyer, James,
2013-05-21, 14:21
|
|
|
RE: svn commit: r1484015 - in /lucene/dev/branches/lucene_solr_4_2/solr/example/lib/ext: ./ jcl-over-slf4j-1.6.6.jar jul-to-slf4j-1.6.6.jar log4j-1.2.16.jar slf4j-api-1.6.6.jar slf4j-log4j12-1.6.6.jar - Lucene - [mail # dev]
|
|
...My apologies. I will revert now. James Dyer Ingram Content Group (615) 213-4311 From: Michael McCandless [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2013 2:48 P...
|
|
|
Author: Dyer, James,
2013-05-20, 20:26
|
|
|
RE: have developer question about ClobTransformer and DIH - Lucene - [mail # dev]
|
|
...I think you're confusing the hierarchy of your database's types with the hierarchy in Java. In Java, a java.sql.Blob and a java.sql.Clob are 2 different things. They do not exten...
|
|
|
Author: Dyer, James,
2013-05-20, 15:59
|
|
|
RE: have developer question about ClobTransformer and DIH - Lucene - [mail # dev]
|
|
...I think what it comes down to is that a Clob "is-not-a" Blob. So any code dealing with Clobs that also wants to deal with Blobs and do the same thing with them is going to need to firs...
|
|
|
Author: Dyer, James,
2013-05-17, 22:23
|
|
|
|