Re: Solr with Auto-suggest

2009-09-23 Thread dharhsana
Hi Ryan, I gone through your post https://issues.apache.org/jira/browse/SOLR-357 where you mention about prefix filter,can you tell me how to use that patch,and you mentioned to use the code as bellow, fieldType name=prefix_full class=solr.TextField positionIncrementGap=1 analyzer type=index

Issue on Facet field and exact match

2009-09-13 Thread dharhsana
Hi to all, While i am working with facet using solrj, i am using string filed in schema to avoid split in the word(i.e,Rekha dharshana, previously i was getting rekha separate word and dharshana separate word..),in order to avoid this in shema i use two fileds to index. My Schema.xml will look

Random Display of result in solr

2009-09-11 Thread dharhsana
Hi to all, I have an issue while i am working with solr. I am working on blog module,here the user will be creating more blogs,and he can post on it and have several comments for post.For implementing this module i am using solr 1.4. When i get blog details of particular user, it brings the

Re: Random Display of result in solr(Can anyone please answer to this post )

2009-09-11 Thread dharhsana
prompt result. Waiting for your reply Regards, Rekha. dharhsana wrote: Hi to all, I have an issue while i am working with solr. I am working on blog module,here the user will be creating more blogs,and he can post on it and have several comments for post.For implementing

Connection refused when excecuting the query

2009-09-10 Thread dharhsana
Hi to all, when i try to execute my query i get Connection refused ,can any one please tell me what should be done for this ,to make my solr run. org.apache.solr.client.solrj.SolrServerException: java.net.ConnectException: Connection refused: connect

Very Urjent

2009-09-09 Thread dharhsana
Iam new to solr, My requirement is that,i need to have Autocompletion text box in my blog application,i need to know how to implement it with solr 1.4. I have gone through TermsComponent,but TermsComponent is not available in solr 1.4 which i have downloaded. Can any one please help out ,how to

Re: Very Urjent

2009-09-09 Thread dharhsana
Hi Shalin Shekhar Mangar, I got some come from this site http://www.mattweber.org/2009/05/02/solr-autosuggest-with-termscomponent-and-jquery/ When i use that code in my project ,then only i came to know that there is no Termscomponent jar or plugin .. There is any other way for doing

Re: TermsComponent

2009-09-09 Thread dharhsana
Hi, I have a requirement on Autocompletion search , iam using solr 1.4. Could you please tell me how you worked on that Terms component using solr 1.4, i could'nt find terms component in solr 1.4 which i have downloaded,is there anyother configuration should be done. Do you have code for

hi

2008-05-25 Thread dharhsana
hi , when iam running my solr i offen get corrupted index exception,i don't no how to solve this problem,can any one plzz help out in solving this problem.. INFO: adding requestHandler: /debug/dump=solr.DumpRequestHandler May 26, 2008 8:48:39 AM org.apache.solr.core.SolrException log SEVERE:

hi umar,tim

2008-05-17 Thread dharhsana
hi,Thank you for your reply. delete operation worked for both query and by id , can u plz help me out for analyzer (what u mean by default schema xml),i tried out by using 'filed name as text' even i didnt get the loose search... can u send me that default schema. with regards ,

Re: solr search

2008-05-16 Thread dharhsana
hi umar, thanks for ur reply ... As per ur sugesstion i have done the search,it perfectly worked well... i have two more question 1) how to delete an id in a solr i tried some example but there is no changes in my index. 2) How to use an Analyzer for querying and indexing, for

hi umar

2008-05-16 Thread dharhsana
hi,thank u for ur reply.. As per ur suggestion ,the index has been deleted ,can you plz help me out for deleting the index by 'ID' (but not the whole index). For analyzer,i have given the text as the fileld name ,but i didnt get the proper loose search can u give me some more examples for

solr search

2008-05-15 Thread dharhsana
hi this is rekha,iam new to solr.. I need to search the solr with limits,for example if we are going to get 100 records ,those records should be seperated to 10 records each in seperate xml .can any one give me the sample code. with regards, T.Rekha. -- View this message in context:

Re: solr search

2008-05-15 Thread dharhsana
hello umar, Thank u so much for replying me. I have a requirement that i have to display first 10 values in jsp page . In that page itself i have (NEXT) button while clicking, it should query the next 10 records from solr.How can i implement this can u give some example for this. As per u