Nutch 1.4 with Solr 3.6 - compatible?

2012-07-03 Thread 12rad
Hi I am new to nutch and was trying it out using the instructions here http://wiki.apache.org/nutch/NutchTutorial After changing the schema.xml of Solr to what Nutch has I keep getting this error.. I am unable to start the solr server. org.apache.solr.common.SolrException: undefined field t

SolrJ indexing pdf documents

2012-06-16 Thread 12rad
Hi, I'm new to SolrJ. Here I are the steps I followed to write an application to index pdf documents to fresh solr3.6 1 -In Schema.xml: I added the fields I wanted indexed and changed stored = true. 2 - Started Solr using java -jar start.jar from the /example dir in Solr 3.6 3- In my applicat

Re: Not able to use the highlighting feature! Want to return snippets of text

2012-05-22 Thread 12rad
That worked! Thanks! I did -- View this message in context: http://lucene.472066.n3.nabble.com/Not-able-to-use-the-highlighting-feature-Want-to-return-snippets-of-text-Urgent-tp3985012p3985507.html Sent from the Solr - User mailing list archive at Nabble.com.

clickable links as results?

2012-05-22 Thread 12rad
Hi, I want to display - a clickable link to the document along if a search matches along with the no of times the search query matched. What should i be looking at? I am fairly new to Solr and don't know how I can achieve this. Thanks for the help! -- View this message in context: http://

Remote streaming - posting a URL which is password protected

2012-05-21 Thread 12rad
I want to post index a http document that is password protected. It has a username name login. I tried doing this curl -u username:password "http://localhost:8983/solr/update/extract?literal.id=doc900&commit=true"; -F stream.url=http://somewebsite.com/docs/DOC2609 but it just indexes the login

Re: Not able to use the highlighting feature! Want to return snippets of text

2012-05-21 Thread 12rad
For the fragListBuilder it's fragment builder is 70 0.5 [-\w ,/\n\"']{20,200} Thanks! -- View this message in context: http://lucene.472066.n3.nabble.

Re: Not able to use the highlighting feature! Want to return snippets of text

2012-05-21 Thread 12rad
The field I am trying to highlight is stored. In the searchHandler i've set the parameters as follows: on text 5 1000 51 true regex simple colored 1000 true true true I still don't see any highl

Re: Not able to use the highlighting feature! Want to return snippets of text

2012-05-20 Thread 12rad
My query parameters are this: text:abstract&hl=true&hl.fl=text&f.text.hl.snippets=2&f.text.hl.fragsize=200&debugQuery=true I still get the entire string as the result in the tag. -- View this message in context: http://lucene.472066.n3.nabble.com/Not-able-to-use-the-highlighting-feature-Want-

Re: Not able to use the highlighting feature! Want to return snippets of text. Urgent!!

2012-05-20 Thread 12rad
Also, the response just returns That is the name of the document. -- View this message in context: http://lucene.472066.n3.nabble.com/Not-able-to-use-the-highlighting-feature-Want-to-return-snippets-of-text-Urgent-tp3985012p3985013.html Sent from the Solr - User mailing list archive at

Not able to use the highlighting feature! Want to return snippets of text

2012-05-20 Thread 12rad
I indexed a structured pdf document in Solr. The problem is when I search for a simple string - I get the entire content field as the response! I don't know how to change that. My requirement is that, lets say I search for "metadata" it should give me "*Metadata*Discussion . . . 4 matches ... ma