RE: dataimport db-data-config.xml

2016-04-29 Thread Davis, Daniel (NIH/NLM) [C]
com] Sent: Friday, April 29, 2016 4:58 AM To: solr-user@lucene.apache.org Subject: dataimport db-data-config.xml I want to import data from mysql-table and csv file ata the same time beacuse some data are in mysql tables and some are in csv file . I want to match specific id from mysql table i

dataimport db-data-config.xml

2016-04-29 Thread kishor
I want to import data from mysql-table and csv file ata the same time beacuse some data are in mysql tables and some are in csv file . I want to match specific id from mysql table in csv file then add the data in solar. What i think or wnat to do

Re: dataimport db-data-config.xml

2016-04-17 Thread Reth RM
ame data-source. is this possible in > db-data-config.xml. > > > > > url="jdbc:postgresql://0.0.0.0:5432/iboats" > user="iboats" > password="root" /> > > >

dataimport db-data-config.xml

2016-04-15 Thread kishor
I am try to run two pgsql query on same data-source. is this possible in db-data-config.xml. This code is not working please suggest any more example -- View this message in context: http://lucene

dataimport db-data-config.xml

2016-04-15 Thread kishor
I am try to run two pgsql query on same data-source. is this possible in db-data-config.xml. This code is not working please suggest any more example -- View this message in context: http://lucene

Re: db-data-config.xml ?

2013-09-03 Thread Shalin Shekhar Mangar
trying to combine a script:and RegExTransformer in a db-dataconfig.xml that is used to ingest data into Solr. Can anyone be of any help? There is definitly a comma between my script:add , and addRegexTransfomer lines. Any help would be appreciated. My db-data-config.xml looks like

db-data-config.xml ?

2013-09-02 Thread Kunzman, Doug
Hi - I'm new to Solr and am trying to combine a script:and RegExTransformer in a db-dataconfig.xml that is used to ingest data into Solr. Can anyone be of any help? There is definitly a comma between my script:add , and addRegexTransfomer lines. Any help would be appreciated. My db-data

Re: Configuring seperate db-data-config.xml per shard

2013-06-07 Thread sathish_ix
defaultCoreName=core1 adminPath=/admin/cores zkClientTimeout=${zkClientTimeout:15000} host=${host:} hostPort=9985 hostContext=${hostContext:} core loadOnStartup=true instanceDir=core1 transient=false name=core1 property name=dbconfig value=shard1/db-data-config.xml

Configuring seperate db-data-config.xml per shard

2013-06-05 Thread RadhaJayalakshmi
Hi, We have a setup where we have 3 shards in a collection, and each shard in the collection need to load different sets of data That is Shard1- will contain data only for Entity1 Shard2 - will contain data for entity2 shard3- will contain data for entity3 So in this case,. the db-data-config.xml

Re: Configuring seperate db-data-config.xml per shard

2013-06-05 Thread bbarani
Might not be a solution but I had asked a similar question before..Check out this thread.. http://lucene.472066.n3.nabble.com/Is-there-a-way-to-load-multiple-schema-when-using-zookeeper-td4058358.html You can create multiple collection and each collecion can use completley differnet sets of

Re: Solr - db-data-config.xml general asking to entity

2012-10-14 Thread Lance Norskog
Two answers: 1) Do you have maybe user names or timestamps for the comments? Usually people want those also. 2) You can store the comments as one long string, or as multiple entries in a field. Your database should have a concatenate function that will take field X from multiple documents in a

Re: Solr - db-data-config.xml general asking to entity

2012-10-14 Thread Marvin
Thanks for the response! Its a bad news that it isnt that simple I hoped. Certainly I need names and a timestamp for the comment. There are any problems if I want to add a timestamp in the one long string? Apart from this can I add this one long string to the index? Example: table blog: id,

Solr - db-data-config.xml general asking to entity

2012-10-13 Thread Marvin
Hi there! I have 2 tables 'blog' and 'comment'. A blog can contains n comments (blog --1:n-- comment). Up to date I use following select to insert the data into solr index: entity name=blog dataSource=mssqlDatasource pk=id transformer=ClobTransformer query=SELECT

Re: JNDI in db-data-config.xml websphere

2012-04-09 Thread tech20nn
Have to use exact JNDI name in db-data-config.xml, as unmanaged threads in Websphere do not have access to java:comp/env namespace. Resource name can not be mapped to websphere jdbc datasource name via reference definition in web.xml. Now using jndiName=jdbc/testdb instead of jndiName=java:comp

JNDI in db-data-config.xml websphere

2012-04-04 Thread tech20nn
I am trying to use jndiName attribute in db-data-config.xml. This works great in tomcat. However having issues in websphere. Following exception is thrown Make sure that a J2EE application does not execute JNDI operations on java: names within static code blocks or in threads created

Specifing BatchSize parameter in db-data-config.xml will improve performance?

2011-12-15 Thread ravicv
Hi I am using Oracle Exadata as my DB. I want to index nearly 4 crore rows. I have tried with specifing batchsize as 1. and with out specifing batchsize. But both tests takes nearly same time. Could anyone suggest me best way to index huge data Quickly? -- View this message in context:

Re: Problem using db-data-config.xml

2009-06-11 Thread Shalin Shekhar Mangar
On Thu, Jun 11, 2009 at 2:41 AM, jayakeerthi s mail2keer...@gmail.comwrote: As displayed above str name=*Total Requests made to DataSource**3739*/str * * str name=*Total Rows Fetched**4135*/str * * str name=*Total Documents Processed**1402*/str are differing The request to the

Re: Problem using db-data-config.xml

2009-06-10 Thread jayakeerthi s
* * * str name=*config** C:\apache-solr-nightly\example\example-DIH\solr\db\conf\db-data-config.xml* /str * * /lst * * /lst * * str name=*command**abort*/str * * str name=*status**busy*/str * * str name=*importResponse* / *-* http://localhost:8983/solr/dataimport?command=abort# lst name

Problem using db-data-config.xml

2009-06-09 Thread jayakeerthi s
Hi All, I am facing an issue while fetching the records from database by providing the value '${prod.prod_cd}' in this type at db-data-config.xml. It is working fine If I provide the exact value of the product code ie '302437-413' Here is the db-data-config.xm I am using dataConfig dataSource

Re: Problem using db-data-config.xml

2009-06-09 Thread Noble Paul നോബിള്‍ नोब्ळ्
AM, jayakeerthi smail2keer...@gmail.com wrote: Hi All, I am facing an issue while fetching the records from database by providing the value '${prod.prod_cd}' in this type at db-data-config.xml. It is working fine If I provide the exact value of the product code ie '302437-413' Here

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-18 Thread jayakeerthi s
Hi Noble, Thanks for the reply, As advised I have changed the db-data-config.xml as below. But still the str name=Indexing completed. Added/Updated: 0 documents. Deleted 0 documents./str dataConfig dataSource type=FileDataSource name =xmlindex/ document name=products entity name

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
: Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig    dataSource type=FileDataSource name =xmlindex/    document name=products     entity name=xmlfile processor=FileListEntityProcessor fileName=c:\test

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-16 Thread Fergus McMenemie
the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name =xmlindex/ document name=products entity name=xmlfile processor=FileListEntityProcessor fileName=c:\test\ipod_other.xml recursive=true rootEntity

query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread jayakeerthi s
Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name =xmlindex/ document name=products entity name=xmlfile processor=FileListEntityProcessor fileName=c:\test

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread Jay Hill
, jayakeerthi s mail2keer...@gmail.comwrote: Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name =xmlindex/ document name=products entity name=xmlfile processor

Re: query regarding Indexing xml files -db-data-config.xml

2009-05-15 Thread jayakeerthi s
to include the add? -Jay On Fri, May 15, 2009 at 12:53 PM, jayakeerthi s mail2keer...@gmail.com wrote: Hi All, I am trying to index the fileds from the xml files, here is the configuration that I am using. db-data-config.xml dataConfig dataSource type=FileDataSource name

Is there any better way to configure db-data-config.xml

2009-01-07 Thread Manupriya
Institutions by 'institution_name' in the INSTITUTION table. 2. Display institution_type for institution_type_id. 3. user should be able to search for institution by 'source_id' and 'source_entity_name'. My db-data-config.xml is following

Re: Is there any better way to configure db-data-config.xml

2009-01-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
by 'source_id' and 'source_entity_name'. My db-data-config.xml is following - === dataConfig dataSource driver=net.sourceforge.jtds.jdbc.Driver url=jdbc:jtds:sqlserver://localhost:1433/dummy-master user=dummy-master

Re: Is there any better way to configure db-data-config.xml

2009-01-07 Thread Manupriya
' in the INSTITUTION table. 2. Display institution_type for institution_type_id. 3. user should be able to search for institution by 'source_id' and 'source_entity_name'. My db-data-config.xml is following - === dataConfig