Re: Composite POJO support

2009-04-05 Thread Praveen Kumar Jayaram
questions. Please give some sample example if possible. Noble Paul നോബിള്‍ नोब्ळ् wrote: On Fri, Apr 3, 2009 at 11:28 AM, Praveen Kumar Jayaram praveen198...@gmail.com wrote: Thanks for the reply Noble Paul. In my application I will be having multiple types of object and the number

Re: How do I combine WhitespaceTokenizerFactory and EdgeNGramTokenizerFactory?

2009-04-03 Thread Praveen Kumar Jayaram
Thanks for the suggestion Otis. This works. Otis Gospodnetic wrote: Hi, Try defining 2 separate fields and using copyField. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Praveen Kumar Jayaram praveen198...@gmail.com

How do I combine WhitespaceTokenizerFactory and EdgeNGramTokenizerFactory?

2009-04-02 Thread Praveen Kumar Jayaram
Hi folks, I am trying to use features of WhitespaceTokenizerFactory and EdgeNGramTokenizerFactory. My requirement is to search a String using substring and inword concepts. For example: Let us assume the String as Praveen Kumar Jayaram. The query for Kumar will be successful if we use

Composite POJO suport

2009-04-02 Thread Praveen Kumar Jayaram
- Regards, Praveen -- View this message in context: http://www.nabble.com/Composite-POJO-suport-tp22841854p22841854.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Composite POJO support

2009-04-02 Thread Praveen Kumar Jayaram
Could someone give suggestions for this issue? Praveen Kumar Jayaram wrote: Hi I am trying to have a complex POJO type in Solr 1.3 i.e Object inside object. Below is a sample Field created, public class TestType extends FieldType{ @Field private String

Re: How do I combine WhitespaceTokenizerFactory and EdgeNGramTokenizerFactory?

2009-04-02 Thread Praveen Kumar Jayaram
Is there a way to achieve this requiremnt? Please give your valuable comments. Praveen Kumar Jayaram wrote: Hi folks, I am trying to use features of WhitespaceTokenizerFactory and EdgeNGramTokenizerFactory. My requirement is to search a String using substring and inword concepts

Re: Composite POJO support

2009-04-02 Thread Praveen Kumar Jayaram
to recognize a type right? Noble Paul നോബിള്‍ नोब्ळ् wrote: why is the POJO extending FieldType? it does not have to. composite types are not supported.because Solr cannot support that. But the field can be a List or array. On Thu, Apr 2, 2009 at 5:00 PM, Praveen Kumar Jayaram praveen198

Solr 1.3 and Solr 1.4 difference?

2009-03-12 Thread Praveen Kumar Jayaram
Hi What is the exact difference between Solr 1.3 and Solr 1.4 (Nightly build as of now)?? Heard SolrJ is not part of Solr and performance is great in Solr 1.4 Please tell exactly what all going to differ in Solr 1.4 If possible please provide a pointer which describes the same. - Regards,