RE: Adding External Metadata to pdf document

2008-12-07 Thread Jana, Kumar Raja
Hi Grant, Thanks for the help. It has solved my problem. Is there any example Solrj code to send a document to Solr Cell using the right ContentHandlers? I've tried to understand the Test class and code it on similar lines but am totally lost!!! :( Thanks, Kumar -Original Message-

Re: Multiple indexing

2008-12-07 Thread Akshay
Please take a look at this: http://wiki.apache.org/solr/MultipleIndexes On Mon, Dec 8, 2008 at 10:25 AM, Neha Bhardwaj < [EMAIL PROTECTED]> wrote: > Is multiple indexing possible in solr? > > If yes, how? > > > DISCLAIMER > == > This e-mail may contain privileged and confidential informa

Re: Solr JSP compilation error

2008-12-07 Thread Ryan McKinley
what is the error? Does everything work except the jsp? On Dec 7, 2008, at 11:53 PM, Sorbo wrote: Hi, I'm using Solr 1.3 with Tomcat 5.5.9 and getting JSP compilation errors with the Java 1.5 syntax in the admin JSP pages. I cannot upgrade to higher version of Tomcat at the moment. What ar

Query regarding spelling suggestions

2008-12-07 Thread Deshpande, Mukta
Hi, I have defined a Search Component in solrconfig.xml containing two entries for spellchecker. One is the indexed field - "title" . Second is a text file - "mywords.txt". When I enable spellchecking and query for some word, I expect that the spelling suggestions will come from both the dicti

Multiple indexing

2008-12-07 Thread Neha Bhardwaj
Is multiple indexing possible in solr? If yes, how? DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the in

Solr JSP compilation error

2008-12-07 Thread Sorbo
Hi, I'm using Solr 1.3 with Tomcat 5.5.9 and getting JSP compilation errors with the Java 1.5 syntax in the admin JSP pages. I cannot upgrade to higher version of Tomcat at the moment. What are my options? Thanks for your time, Sorbo -- View this message in context: http://www.nabble.com/Solr

Re: Stemmer vs. exact match

2008-12-07 Thread Walter Underwood
Using two fields, as Grant suggested, works very well. For a while, we used three fields, exact, stemmed, and phonetic. The DisMax handler makes it very easy to manage that sort of configuration. wunder On 12/7/08 12:51 PM, "Bertrand DUMAS-PILHOU" <[EMAIL PROTECTED]> wrote: > > Hi, I have the s

Re: new faceting algorithm

2008-12-07 Thread Yonik Seeley
On Thu, Dec 4, 2008 at 2:28 PM, wojtekpia <[EMAIL PROTECTED]> wrote: > I'm seeing some strange behavior with my garbage collector that disappears > when I turn off this optimization. I just changed the new faceting code to use a solr cache. Look for the "fieldValueCache" on the statistics page now

Re: Stemmer vs. exact match

2008-12-07 Thread Bertrand DUMAS-PILHOU
Hi, I have the same reflexion actually. If you add an another field for exact search, and the end cannot type a search like : "convertible" +house Because in this sample, for 'convertible' the user want an exact search but not for 'house'. And I don't want to develop an new parser for query. I