Re: how to disable segmentation when querying?

2012-06-27 Thread wangjing
Field中的文本必须进行分析后才能生成索引 On Thu, Jun 28, 2012 at 12:02 PM, Sheng LUO wrote: > Hi there, > > how can I disable segmentation when querying? > I tried to delete ... from schema.xml. > But it will use default analyzer instead. > > Any ideas? > > Thanks

Re: question about DIH

2012-06-27 Thread wangjing
数据库的表有timestamp字段? 每次 进行更新和修改的时候,这个字段的值都会自动变化,做增量的时候就能根据这个处理了 On Tue, Jun 19, 2012 at 6:24 PM, alex.wang wrote: > hi all: >    when i import the data from db to solr. and solr changed the value with > timezone. >  eg, the original value is 16/02/2012 12:05:16 , changed to 1/02/2012 > 04:05:06 > .

Re: why DIH works in normal mode,error in debug mode

2012-06-01 Thread wangjing
;batchSize" > is used on the java.sql.Statement objects with "setFetchSize(batchSize)". > > example: > > > see:  http://wiki.apache.org/solr/DataImportHandler#Configuring_JdbcDataSource > > James Dyer > E-Commerce Systems > Ingram Content Group > (615) 213-4311