Re: ContributorsGroup Add

2014-04-10 Thread Erick Erickson
You're already in the Solr contributors group, are you asking to be added to the Lucene contributors group too? Erick On Thu, Apr 10, 2014 at 10:34 AM, Keith Mericle wrote: > Hello, > > > > My userID is KeithMericle. > > > > I would like to be added to the ContributorsGroup so that I can edit a

ContributorsGroup Add

2014-04-10 Thread Keith Mericle
Hello, My userID is KeithMericle. I would like to be added to the ContributorsGroup so that I can edit a link on our company listing on the Lucene Support page. Regards, Keith

problem in using distanceFilter in booleanFilter (using FilterClause)

2014-04-10 Thread kumaran
Hi All, i am trying to add Termfilter and DistanceFilter in BooleanFilter using FilterClause. But i am getting the below mentioned error. Please check my code and guide me. *Code:* > DistanceQueryBuilder queryBuilder = new DistanceQueryBuilder(latLong[0], > latLong[1], radius, "lat", "lon", Car

what is the difference between usages of ChainedFilter and FilterClause in lucene?

2014-04-10 Thread kumaran
Am using lucene 3.0.3. i have two filters (BooleanFilter and DistanceFilter).what is the best way to do logical operations between these two filters? BooleanFilter: ( OR,AND filters using FilterClause ) BooleanFilter boolFilter = new BooleanFilter(); Term term = new Term("city", "texas");

sortfield does not has any effect when using with FieldComparator- Why?

2014-04-10 Thread kumaran
i dont understand how sort by distance has been achieved using below mentioned code. Please explain me...how lucene handles sortfield if sortfield is ""? DistanceQueryBuilder queryBuilder = new DistanceQueryBuilder(latitude, longitude, radius, "lat", "lon", CartesianTierPlotter.DEFALT_FIELD_PR

Re: problem in using distanceFilter in booleanFilter (using FilterClause)

2014-04-10 Thread kumaran
Hi All, i am trying to add Termfilter and DistanceFilter in BooleanFilter using FilterClause. But i am getting the below mentioned error. Please check my code and guide me. *Code:* > DistanceQueryBuilder queryBuilder = new DistanceQueryBuilder(latLong[0], > latLong[1], radius, "lat", "lon", C

How to ignore stop word gaps in queries? Lucene 4.4+

2014-04-10 Thread Chris Tomlinson
Hello, We're using the Lucene 4.4 embedded in eXist-db (exist-db.org), and as the subject indicates we want to ignore stop word gaps in queries - without the user having to indicate where such gaps might occur at query time. Since Lucene 4.4 the FilteringTokenFilter.setEnablePositionIncrements(

Re: Performance issues with the default field compression

2014-04-10 Thread Alex Parvulescu
Hi Adrien, Thanks for clarifying! We're going to go the custom codec & custom visitor route. best, alex On Wed, Apr 9, 2014 at 10:38 PM, Adrien Grand wrote: > Hi Alex, > > Indeed, one or several (the number depends on the size of your > documents) documents need to be fully decompressed in o

Core is not getting loaded with copied index.

2014-04-10 Thread Modassar Ather
Hi, I indexed few documents under a core of Solr 4.6.1 instance deployed on Tomcat and copied the same index to other Solr instance with a core having same configurations. Before copying the index, source Solr instance was stopped. But when I start the other instance with the copied index it throw