Search the contents of given URL in Solr.

2011-08-29 Thread Sheetal
ine. Does anyone have any ideas or suggestions for this..Would highly appreciate your comments Thank you in advance.. ----- Sheetal -- View this message in context: http://lucene.472066.n3.nabble.com/Search-the-contents-of-given-URL-in-Solr-tp3294376p3294376.html Sent from the Solr - User ma

Re: Search the contents of given URL in Solr.

2011-08-30 Thread Sheetal
Hi Jayendra, Thank you for the reply. I figured it out finally. I had to configure my web servelet container Jetty for this..Now it works:-) - Sheetal -- View this message in context: http://lucene.472066.n3.nabble.com/Search-the-contents-of-given-URL-in-Solr-tp3294376p3296487.html Sent

Reading data from Solr MoreLikeThis

2011-07-01 Thread Sheetal
Hi, I am beginning to learn Solr. I am trying to read data from Solr MoreLike This through Java. My query is http://localhost:8983/solr/select?q=repository_id:20&mlt=true&mlt.fl=filename&mlt.mindf=1&mlt.mintf=1&debugQuery=on&mlt.interestingTerms=detail&indent=true http://localhost:8983/solr/select

Reading data from Solr MoreLikeThis

2011-07-01 Thread Sheetal
Hi, I am beginner in Solr. I am trying to read data from Solr MoreLike This through Java. My query is http://localhost:8983/solr/select?q=repository_id:20&mlt=true&mlt.fl=filename&mlt.mindf=1&mlt.mintf=1&debugQuery=on&mlt.interestingTerms=detail I wanted to read the data of the field "moreLikeThi

Re: Reading data from Solr MoreLikeThis

2011-07-05 Thread Sheetal
Hi Juan, Thank you very much..Your code worked pretty awesome and was real helpfulGreat start of the day...:) -- View this message in context: http://lucene.472066.n3.nabble.com/Reading-data-from-Solr-MoreLikeThis-tp3130184p3140715.html Sent from the Solr - User mailing list archive at Nabbl

High Query Volume

2011-07-15 Thread Sheetal
Hello, I am using solr MoreLikeThis for finding similar result. I have all data indexed into my Solr server. And the indexed data is also too huge. The data ranges to millions. What I am trying to do is, given the "ID", it should check the contents of that respective ID and give me the result si