[ANNOUNCEMENT] Solr Packager 1.0.1 is out!

2011-03-06 Thread Simone Tripodi
The Sourcesense Solr Packager team is pleased to announce the solr-packager-site-1.0.1 release! Solr-Packager is a Maven archetype to package Standalone Apache Solr embedded in Tomcat, brought to you by Sourcesense. Changes in this version include: New features: o Distribute the

Re: Help on Multi-language support

2011-03-06 Thread Jan Høydahl
Go with the one doc per title and different fields for each language (title_name_ch, title_name_es) approach. Your application needs to handle what fields to query and return. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 5. mars 2011, at 00.44, cyang2010 wrote:

Re: -ignore words not working?

2011-03-06 Thread Jan Høydahl
Hi, Try to add debugQuery=true to your query and tell us what your query evaluates to. I'd try to replace your last line with NOT (title:men OR keywords:men OR description:men) PS: Have you looked at Dismax? http://wiki.apache.org/solr/DisMaxQParserPlugin I think you could express the same as

Re: Omit hour-min-sec in search?

2011-03-06 Thread Jan Høydahl
Not sure if there is a means of doing explicitly what you ask, but you could do a date range: +mydate:[-MM-DD 0:0:0 TO -MM-DD 11:59:59] This would not work. It has to be on the -MM-DDT00:00:00Z format. But I agree that it would be handy if the DateField could support a date-only

Re: Omit hour-min-sec in search?

2011-03-06 Thread Yonik Seeley
On Sun, Mar 6, 2011 at 4:40 PM, Jan Høydahl jan@cominvent.com wrote: Not sure if there is a means of doing explicitly what you ask, but you could do a date range: +mydate:[-MM-DD 0:0:0 TO -MM-DD 11:59:59] This would not work. It has to be on the -MM-DDT00:00:00Z format. But

New PHP API for Solr (Logic Solr API)

2011-03-06 Thread Burak
Hello, I have recently finished writing a PHP API for Solr and have released it under the Apache License. The project is called Logic Solr API and is located at https://github.com/buraks78/Logic-Solr-API/wiki. It has good unit test coverage (over 90%) but is still in alpha. So I am primarily

Re: Omit hour-min-sec in search?

2011-03-06 Thread Andreas Kemkes
How about [-MM-DDThh:mm:ssZ/DAY TO -MM-DDThh:mm:ssZ+1DAY/DAY]? See DateField.html in your Solr API documentation for more. Andreas From: Jan Høydahl jan@cominvent.com To: solr-user@lucene.apache.org Sent: Sun, March 6, 2011 1:40:59 PM Subject: Re:

Re: Full Text Search with multiple index and complex requirements

2011-03-06 Thread Shrinath M
On Mon, Mar 7, 2011 at 9:56 AM, rajini maski rajinima...@gmail.com wrote: I just tried to answer your many questions, liking youe questions type.. Answers attached to questions.. Thank you Rajini, for your interest :) A) The data for every user is totally unrelated to every other user.

Exception happened when using DataImportHandler

2011-03-06 Thread Jeff Zhang
Hi all, When I use DataImportHandler, weird SQLException exception happens (java.sql.SQLException: Illegal value for setFetchSize(). )and I google this problem but did not found any answers. Could anyone help me to point out what's the problem ? *This is the error exception*

RE: Full Text Search with multiple index and complex requirements

2011-03-06 Thread Jonathan Rochkind
While it might be possible to work things out, not just one but several of your requirements are things that are difficult for Solr to do or which solr isn't really optimized to do. Are you sure you need an inverted indexing tool like Solr at all, as opposed to some kind of store (rdbms or

Re: Full Text Search with multiple index and complex requirements

2011-03-06 Thread rajini maski
I just tried to answer your many questions, liking youe questions type.. Answers attached to questions.. Thank you Rajini, for your interest :) A) The data for every user is totally unrelated to every other user. This gives us few advantages: 1. we can keep our indexes small in size.

RE: Full Text Search with multiple index and complex requirements

2011-03-06 Thread shrinath.m
Jonathan Rochkind wrote: While it might be possible to work things out, not just one but several of your requirements are things that are difficult for Solr to do or which solr isn't really optimized to do. Are you sure you need an inverted indexing tool like Solr at all, as opposed to some

Re: Solr Autosuggest help

2011-03-06 Thread rahul
Hi I have added the following line in both the section and in section in schema.xml. filter class=solr.ShingleFilterFactory maxShingleSize=2 outputUnigrams=true outputUnigramIfNoNgram=true And reindex my content. However, if I query solr for the multi work search terms suggestion , it only