highlight issue

2011-12-01 Thread Radha Krishna Reddy
someone help me? I am using the following filters for index and query. Thanks and Regards, Radha Krishna Reddy.

Re: index enum

2011-11-02 Thread Radha Krishna Reddy
2, 2011 at 2:43 PM, Gora Mohanty wrote: > On Tue, Nov 1, 2011 at 11:07 PM, Radha Krishna Reddy > wrote: > [...] > > 1. I have an enum column in my sql table.i want to index that > column.which > > fieldtype should i specify in the schema.xml for enum? > > I

index enum

2011-11-01 Thread Radha Krishna Reddy
Hi, I have 2 issues. 1. I have an enum column in my sql table.i want to index that column.which fieldtype should i specify in the schema.xml for enum? 2. Normally we can index one column in a table using the column header as entity name and the column data as value of the entity.Can i index 2 c

prefix search

2011-10-25 Thread Radha Krishna Reddy
Hi, when i indexed words like 'Joe Tom' and 'Terry'.When i do prefix query like q=t*,i get both 'Joe Tom' and Terry' as the results.But i want the result for the complete string that start with 'T'.means i want only 'Terry' as the result. Can i do this? Thanks and Regards, Radha Krishna.

data-import problem

2011-10-23 Thread Radha Krishna Reddy
Hi, I am trying to comfigure solr on aws ubuntu instance.I have mysql on a different server.so i created a ssh tunnel for mysql on port 3309. Download the mysql jdbc driver and copied it to lib folder. *I edited the example/solr/conf/solrconfig.xml* data-config.xml *example/solr/conf/da