Schema for indexing PDF/Doc/XLS files

2009-04-05 Thread Veselin K
Hello, I just got the example of Solr 1.4 and Jetty running nicely, as expected. I'm trying to design my Schema at the moment. My goal is to index PDF/Doc/XLS files with the following fields: 0. ID number 1. Filename 2. File path 3. Modification date 4. File contents 5. Number of pages - Any

Pass Double Quotes using SolrJ

2009-04-05 Thread dabboo
Hi, I want to pass double quotes to my solr from the front end, so that it can return the specific results of that particular phrase which is there in double quotes. If I use httpClient, it doesnt allow me to send the query in this format. As it throws me an invalid query exception. I want

Re: Composite POJO support

2009-04-05 Thread Praveen Kumar Jayaram
Hi Noble, Storing fields as Strings means I have to use a POJO for this activity right? If so I am done. But according to your suggestion Let the FieldType in Solr parse and create appropriate data structure. How am I going to do this? Am very new to Solr. So please don't mind if I dumb