Re: date range in solr 3.1

2011-11-27 Thread do3do3
yes it work :) very thank -- View this message in context: http://lucene.472066.n3.nabble.com/date-range-in-solr-3-1-tp3527498p3539771.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: date range in solr 3.1

2011-11-23 Thread do3do3
what i got is the number of this period but i want to get this result only, what is the query to can get that like fq=source:"news" -- View this message in context: http://lucene.472066.n3.nabble.com/date-range-in-solr-3-1-tp3527498p3530424.html Sent from the Solr - User mailing list archive at

Re: date range in solr 3.1

2011-11-23 Thread do3do3
i works now great thanks for you :) -- View this message in context: http://lucene.472066.n3.nabble.com/date-range-in-solr-3-1-tp3527498p3530038.html Sent from the Solr - User mailing list archive at Nabble.com.

date range in solr 3.1

2011-11-22 Thread do3do3
i try to use range faceting in solr 3.1 using facet.range=date, f.date.facet.range.gap=+1DAY, f.date.facet.range.start=NOW/DAY-5DAYS, and f.date.facet.range.end=NOW/DAY and i get this exception Exception during facet.range of date org.apache.solr.common.SolrException: Can't add gap 1DAYS to value

Re: Stress Test Solr

2011-05-22 Thread do3do3
Hi I need to compare the result i get from my instance i done with the results which get from other sites who used solr as a core for search How can i set solrmeter parameters to can do this comparison?? thanks in advance -- View this message in context: http://lucene.472066.n3.nabble.com/Stress

Re: how to config DataImport Scheduling

2010-12-16 Thread do3do3
I also have the same problem, i configure dataimport.properties file as shown in http://wiki.apache.org/solr/DataImportHandler#dataimport.properties_example but no change occur, can any one help me -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-config-DataImport-Sc

Re: Import From MYSQL database

2010-10-23 Thread do3do3
i found this files but i can't found any useful info. inside it, what i found is GET command in http request -- View this message in context: http://lucene.472066.n3.nabble.com/Import-From-MYSQL-database-tp1738753p1756778.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Import From MYSQL database

2010-10-23 Thread do3do3
what i know is to define you field in schema.xml file and build database_conf.xml file which contain identification for your database finally you should define dataimporthandler in solrconfig.xml file i put sample from what you should done in first post in this topic you can check it, if i know a

Re: Import From MYSQL database

2010-10-22 Thread do3do3
i really try to index tables with english keywords in mysql database but fail, and also try to import data from this database during java and successed i don't know how to use the dataimport folder in contrib folder, may be this is the problem what i done was build configurations file (shema.xml,

indexing mysql database

2010-10-17 Thread do3do3
i try to index table in mysql database, 1st i create db-config.xml file which contain followed by and defining of table like 2nd i add this field in schema.xml file and finally decide in solronfig.xml file the db-config.xml file as db-data-config.xml