Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread nagarjuna
Hi pravesh Thank u very much for ur reply now i am very much cleared about scheduling...but,i am unable to perform scheduling in solr...can u please provide some sample about solr scheduling? Thank u very much. -- View this message in context: http://lucene.472066.n3.nabble.com

Re: how to update solr cache when i delete records from remote database?

2011-08-29 Thread nagarjuna
hi pravesh. "You would have to delete them from SOLR also"...i did'nt get clearly this can u please make sure it i just need to update my solr cache with the database updation thts it...i dont want delete anything from solrif i delete the data everytime when i got changes in my DB then

Re: what is scheduling ? why should we do this?how to achieve this ?

2011-08-29 Thread nagarjuna
Hi pravesh... i already saw the wiki page that what u have given...from that i got the points about collection distribution etc... but i didnt get any link which will explain the cron job process step by step for the windows OS .. can please tell me how to do it for windows? -- View t

RE: how to run solr in apache server?

2011-09-07 Thread nagarjuna
so finally what do u say ? we cant run solr in apacheHTTP serverit is possible only with servlet containeram i right? can u pls explain other than tomcat and jetty which containers will support to run solr? -- View this message in context: http://lucene.472066.n3.nabble.com/how-to-run-so

Re: how to run solr in apache server?

2011-09-07 Thread nagarjuna
Thank u very much for ur grateful suggestion Erick Erickson. actually i know whole process of running solr in "tomcat","jetty" and right now i am using solr with jetty but, my requirement made me to search the process of running solr in Apache HTTP serverbut ultimately i got the po

RE: how to run solr in apache server?

2011-09-07 Thread nagarjuna
Thank u for ur reply Jaeger, Jay - DOT. so i can conclude that solr will run only on "application servers"(having servlet containers) and not in "web" servers am i correct? and i have one more question is it possible to add servlet container to the web servers? -- View

Re: how work with rss in solr?

2011-09-22 Thread nagarjuna
i didnt expect this answer . Thank u very much for ur reply Gora i already saw that sampleafter completing my first stage self research only i posted this post.i clearly know about that there is an example in solr about the RSS in the example they used the url http://rss.slashdot.

Re: how work with rss in solr?

2011-09-22 Thread nagarjuna
yaa Gora i set up rss feed to my blog and i have the following url for the rss feed of my blog http://nagarjunaavula.blogspot.com/feeds/posts/default?alt=rss http://nagarjunaavula.blogspot.com/feeds/posts/default?alt=rss u can check this url.then how to use this url in my solr application

Re: what is delata query and how to write?

2011-09-26 Thread nagarjuna
Hi gora can u pls quit ur answers like these.. i may get the perfect answer from anybody but not u,so kindly please be quit i already googled and i saw many links as a beginner i am unable to got the main intention behind using the delta query,even we have query.and i di

Re: how to implement search including special characters?

2011-09-30 Thread nagarjuna
yaa iorixxx...i found that lucene qury parser class http://lucene.apache.org/java/2_4_0/api/org/apache/lucene/queryParser/QueryParser.html here can u pls explain that how i have to use this class in my solr config files i already added the following classes in my schema.xml file but i a

is there any attribute in schema.xml to avoid duplication in solr?

2011-10-04 Thread nagarjuna
Hi everybody i want to know whether is there any attribute in schema.xml to avoid the duplications? pls reply thanks -- View this message in context: http://lucene.472066.n3.nabble.com/is-there-any-attribute-in-schema-xml-to-avoid-duplication-in-solr-tp3392408p3392408.html Sent from

how to avoid duplicates in search results?

2011-10-04 Thread nagarjuna
Hi everybody i got the following response - - 0 0 - groups on 0 participate 2.2 30 - - testing group testing group http://abc.xyz.com/groups/testing-group/discussions/62 - testing group testing group http://abc.xyz.com/groups/testing-

Re: how to retrieve only the updated data from database using solr?

2011-10-10 Thread nagarjuna
Hi pravesh Thank u for ur reply.. i am using DIH,but right now i dont have timestamp in my databaseinstead of that i have datecreated column which wont updated for the changes .when ever i created some thing it just store the created time.is there any chance to

solr fullpledged

2011-10-18 Thread nagarjuna
Hi everybody i just downloaded solr application and modified the config files as per my requirement and i successfully got the results and i also developed a sample client application using javascript and i used my solr url there to retrieve the results evrything is fine

RE: how was developed solr admin page and the UI part?

2011-10-19 Thread nagarjuna
Thank u for ur reply jaegeri saw that and i would like to use that jsp code and thought to modify solr UI little bit as per user convinience .now my question is ,is it possible to develop that using spring mvc architecture. -- View this message in context: http://lucene.472066.n3.

external jar as processor

2012-02-07 Thread nagarjuna
hi everybody i have the following entities. i added the jar file into webinf/lib folder and i dont know how to specify the field names in the schema.xml pls help me anybody http://test.xxx.com"; appKey="qto9gjtI68pi7JRxVZ8Z" lastUpdate="${dataimporter.last_index_time}" /> http://abcs.xxx.com"; p

is it possible to run deltaimport command with out delta query?

2012-02-15 Thread nagarjuna
hi all.. i am new to solr .can any body explain me about the delta-import and delta query and also i have the below questions 1.is it possible to run deltaimport without delataquery? 2. is it possible to write a delta query without having last_modified column in database? if yes pls explain m

how to ignore indexing of duplicated documents?

2012-03-10 Thread nagarjuna
Hi all, i am new to solr ...i would like to know how to avoid indexing of duplicate documents. i have one table in database with one column and that has the keywords which are frequently repeated when i tried to index it is indexing all the terms in the database. i would like to ignore the index

Re: how to add automatic keyword filters in solr?

2011-08-16 Thread nagarjuna
Thank u very much for ur reply iorixxx i already know about the field type "suggest" and i am able to get the related keywords in json response format my problem is i developed one jsp page and integrated to solr if i type "test" in the jsp page i will get the response whichever ha

how to use solr search keywords url in jsp page?

2011-08-16 Thread nagarjuna
hi everybody i developed one response format which gives the following response when ever i enter "t" in my solr search field... { "responseHeader":{ "status":0, "QTime":0, "params":{ "fl":"keywords", "indent":"on", "start":"0", "q":"t\r\n",

Re: is it possible to remove response header from the JSON fromat?

2011-08-17 Thread nagarjuna
Thank u very much for ur reply Erik Hatcher... actually i thought to use my solr response in Jquery page. i have one sample url http://api.geonames.org/postalCodeSearchJSON?postalcode=9011&maxRows=10&username=demo http://api.geonames.org/postalCodeSearchJSON?postalcode=9011&maxRows=10

Re: is it possible to remove response header from the JSON fromat?

2011-08-17 Thread nagarjuna
Thank u very much Filype Pereira it works well but i have an another problem when ever i tried to use the url in my jquery page to get the "keywords" from the response it is saying tht it is not a pure json format...and i tested that url in REST client and i am not getting formatted JSON ...ple

solr integration with jquery client page?

2011-08-17 Thread nagarjuna
hi every body... i queried following solr query http://localhost:8080/solr/db/select/?q=test&version=2.2&start=0&rows=10&indent=on&fl=keywords&omitHeader=true http://localhost:8080/solr/db/select/?q=test&version=2.2&start=0&rows=10&indent=on&fl=keywords&omitHeader=true to get the all keywords

how can i develop client application with solr url using javascript?

2011-08-22 Thread nagarjuna
hi everybody , i have solr url which produces json response format ...i would like to develop a client application using javascript which is automatic search field please send me any samples or any sample code. i need to use my solr url in jscript or jquery file to implement automatic s

how to perform scheduling?

2011-08-22 Thread nagarjuna
Hi everybody.. i am new to solr and i would like to know about the "scheduling" can anybody please explain what is scheduling and how to perform scheduling? please provide some sample config files which perform scheduling? Thanx in advance -- View this message in con

Re: where should i keep the class files to perform scheduling?

2011-08-26 Thread nagarjuna
Thank u very much for ur reply Erick Erickson i am using solr 3.3.0 version and i have no idea about the cron job i thought that it would be for unix but i am using windows and i would like to integrate my scheduling task with my solr server please give me the suggestion -- View this messa

what is scheduling ? why should we do this?how to achieve this ?

2011-08-26 Thread nagarjuna
i dont know what exactly the meaning of scheduling in solr and why should i do ?and how can achieve this please help me to do this i already saw this link http://wiki.apache.org/solr/DataImportHandler?highlight=%28scheduling%29#Scheduling except this one please send me any sample codes or links