Re: how to update solr cache when i delete records from remote database?
thanx for giving response. which one should i delete from solr? please explain in clear -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-cache-when-i-delete-records-from-remote-database-tp3291879p3292194.html Sent from the Solr - User mailing list archive at Nabble.com.
how to get update record from database using delta-query?
hi all I am facing the problem in get a update record from database using delta query in solr please give me the solution and my delta query is is there any wrong in this code please let me know thanks in advance. Regards, Vighnesh. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-get-update-record-from-database-using-delta-query-tp3294510p3294510.html Sent from the Solr - User mailing list archive at Nabble.com.
how can we do the solr scheduling in windows o/s?
hi all anyone can specify the procedure for solr scheduling in windoes o/s? http://wiki.apache.org/solr/DataImportHandler#HTTPPostScheduler i know this link but i need cron job like procedure in windows . Regards, Ganesh. -- View this message in context: http://lucene.472066.n3.nabble.com/how-can-we-do-the-solr-scheduling-in-windows-o-s-tp3303679p3303679.html Sent from the Solr - User mailing list archive at Nabble.com.
is there any possiblitied to write delta-import query without using last_modified(timestamps) coumn insolr?
-- View this message in context: http://lucene.472066.n3.nabble.com/is-there-any-possiblitied-to-write-delta-import-query-without-using-last-modified-timestamps-coumn-i-tp3304001p3304001.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: is there any possiblitied to write delta-import query without using last_modified(timestamps) coumn insolr?
hi all I saw only ways using delta import with last_modified(timestamps) column. Is there some other ways to do delta_imports without using timestamps? If anypossiblites are there plese specify in advance. Regards, vighnesh. -- View this message in context: http://lucene.472066.n3.nabble.com/is-there-any-possiblitied-to-write-delta-import-query-without-using-last-modified-timestamps-coumn-i-tp3304001p3304006.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: how to do schduling in solr ?
I am look at this wiki but i am unable to use those class in my application. meanwhile i had problem with classes where this class files are placed in my application and which command can i use to know about scheduling is processed I need procedure where this class files are configure and how to execute this scheduling.please give replay in advance. Thanks&Regards Vighnesh. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-do-schduling-in-solr-tp3298472p3304266.html Sent from the Solr - User mailing list archive at Nabble.com.
is it possibler to do a scheduling internally in solr application?
hi all i am unable to do scheduling in solr to execute the commands like full-import and delta-import .and also is it possibler to do a scheduling internally in solr application? -- View this message in context: http://lucene.472066.n3.nabble.com/is-it-possibler-to-do-a-scheduling-internally-in-solr-application-tp3329381p3329381.html Sent from the Solr - User mailing list archive at Nabble.com.
add quartz like scheduling cabalities to solr-DIH
hi all, i am unable to do the scheduling for solr DIH,and anyone specifies the procedure for how to add quartz like scheduling cabalities to solr -DIH .Please let it me know is it possible to add quartz-like scheduling to solr DIH. Thanks in advance. Regards, Vighnesh. -- View this message in context: http://lucene.472066.n3.nabble.com/add-quartz-like-scheduling-cabalities-to-solr-DIH-tp3341141p3341141.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: add quartz like scheduling cabalities to solr-DIH
thanks iroxxx but how can l add quartz like scheduling to solr dih ,is there any changes required in anyof the configuration files please specify the procedure. -- View this message in context: http://lucene.472066.n3.nabble.com/add-quartz-like-scheduling-cabalities-to-solr-DIH-tp3341141p3341795.html Sent from the Solr - User mailing list archive at Nabble.com.
RE: solr searching for special characters?
thanks for giving replay how it is possible also explain me and which tokenizer class can support for finding the special characters . -- View this message in context: http://lucene.472066.n3.nabble.com/solr-searching-for-special-characters-tp3388974p3392157.html Sent from the Solr - User mailing list archive at Nabble.com.
is it possible to write delta query without using timestamp column?
hello everyone is it possible to write delta querys without using timestamp column in database table? Thanks in advance. Regards Vighnesh -- View this message in context: http://lucene.472066.n3.nabble.com/is-it-possible-to-write-delta-query-without-using-timestamp-column-tp3412105p3412105.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: is it possible to write delta query without using timestamp column?
thanks erik, but give me any examples on writing delta query without using timestamp column. and explain me briefly. thanx in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/is-it-possible-to-write-delta-query-without-using-timestamp-column-tp3412105p3412270.html Sent from the Solr - User mailing list archive at Nabble.com.
using storedprocedures in solr query..
Hi all, Is it possible to execute to stored procedures placed in data-config.xml file in solr ? please give response ... Thanx in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/using-storedprocedures-in-solr-query-tp3880557p3880557.html Sent from the Solr - User mailing list archive at Nabble.com.
get update record from database using DIH
hi everyone let me know about how to get update record from database using solr without executing full-import command. thanks in advance vighnesh -- View this message in context: http://lucene.472066.n3.nabble.com/get-update-record-from-database-using-DIH-tp3264126p3264126.html Sent from the Solr - User mailing list archive at Nabble.com.
without usage of full-import command and delta-import command
is it possible to get the new record from a updataed table using solr without executiing full-import and delta-import commands? when i can make change in solr query i need to get that newly inserted record from a databse. http://localhost:8983/solr/db/select/?q=test&version=2.2&start=0&rows=10&indent=on&fl=keywords&omitHeader=true&json.nl=flat from the above url " q=test " i got all records from table but i change q field value to newly insert record name and i need all related records for that field . Note: in this process no need to execute full-import and delta import commands. -- View this message in context: http://lucene.472066.n3.nabble.com/without-usage-of-full-import-command-and-delta-import-command-tp3264670p3264670.html Sent from the Solr - User mailing list archive at Nabble.com.
how to differentiate multiple datasources when building solr query....
hi all I have a two data sources in data-config file and i need data from first datasource , second datasource and from both .how can acheive this in solr query. example like: first datasource: http://localhost:8983/solr/db/select/?q=newthread&version=2.2&start=0&rows=200&indent=on&datasource=datasource-1 example like: second datasource: http://localhost:8983/solr/db/select/?q=newthread&version=2.2&start=0&rows=200&indent=on&datasource=datasource-1 example like: both datasources: http://localhost:8983/solr/db/select/?q=newthread&version=2.2&start=0&rows=200&indent=on&datasource=datasource-1&datasource=datasource-1 is this querys are correct or not ? plese let me know that. thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-differentiate-multiple-datasources-when-building-solr-query-tp3286309p3286309.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: how to differentiate multiple datasources when building solr query....
yes those are two data-sources name . how can i get the data from only datasource-1 or from data source-2 or from both -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-differentiate-multiple-datasources-when-building-solr-query-tp3286309p3286325.html Sent from the Solr - User mailing list archive at Nabble.com.
Re: how to differentiate multiple datasources when building solr query....
thanx for giving response i am unable to configure this please provide any samples code for how to use template transformer -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-differentiate-multiple-datasources-when-building-solr-query-tp3286309p3286816.html Sent from the Solr - User mailing list archive at Nabble.com.
how to update solr cache when i delete records from remote database?
hi all how can i update my solr cache when i am deleting the records from database those records are again i can get when i m searching field so what is the procedure to clear the solr cache when i update remote databse? thanks in advance . regards, vighnesh -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-update-solr-cache-when-i-delete-records-from-remote-database-tp3291879p3291879.html Sent from the Solr - User mailing list archive at Nabble.com.