Range Query with sensitive Scoring

2012-02-23 Thread Hannes Carl Meyer
Hello, I have an Integer field which carries a value between 0 to 18. Ist there a way to query this field fuzzy? For example search for field:5 and also match documents near it (like documents containing field:4 oder field:6)? And if this is possible, is it also possible to boost exact matches

Re: Solr and location based searches

2010-02-02 Thread Hannes Carl Meyer
Hi Sandro, it is possible but beside the technical platform you will need a good data basis for example Geonames, Y! Geo etc. You should also check the following article by Grant Ingersoll: http://www.ibm.com/developerworks/opensource/library/j-spatial/index.html Are we talking about a global or

Re: SemaText versus BasisTech

2009-11-04 Thread Hannes Carl Meyer
Hi Silke, what do you mean with multi lingual search support? Remember, with the MultiCore (http://wiki.apache.org/solr/CoreAdmin) you can have multiple indexes and configurations for preprocessing in one Solr instance. I used it a lot for such cases with multiple language support. Bests

Re: Use of scanned documents for text extraction and indexing

2009-02-26 Thread Hannes Carl Meyer
Hi Sithu, there is a project called ocropus done by the DFKI, check the online demo here: http://demo.iupr.org/cgi-bin/main.cgi And also http://sites.google.com/site/ocropus/ Regards Hannes m...@hcmeyer.com http://mimblog.de On Thu, Feb 26, 2009 at 5:29 PM, Sudarsan, Sithu D.

Re: Text classification with Solr

2009-01-28 Thread Hannes Carl Meyer
From my past projects, our Lucene classification corpus looked like this: 0|document text...|categoryA 1|document text...|categoryB 2|document text...|categoryA 3|document text...|categoryA ... 800|document text...|categoryC With the faceting capabilities of Solr it is now possible to design

Re: Text classification with Solr

2009-01-27 Thread Hannes Carl Meyer
loading the classification corpus into the RAM. On Mon, Jan 26, 2009 at 7:24 PM, Neal Richter nrich...@gmail.com wrote: Thanks for the link Shalin... played with that a while back.. It's possibly got some indirect possibilities. On Mon, Jan 26, 2009 at 10:46 AM, Hannes Carl Meyer m...@hcmeyer.com

Re: Text classification with Solr

2009-01-26 Thread Hannes Carl Meyer
Hi Neal, this sounds pretty similar to me. Did a lot of those projects some years ago (with Lucene low-level API)! I didn't understand, is the corpus of documents you want to use to classify fix? previously suggested procedure of 1) store document 2) execute more-like-this and 3) delete

Re: Multi-language solr1.3 what would you reckon?

2008-10-15 Thread Hannes Carl Meyer
issue if on one core I've several stemming and stopwords(with a different name), it should work? Hannes Carl Meyer-2 wrote: Hi, yes, if you don't handle (stopwords, stemming etc.) a specific language you should create a general core. In my project I'm supporting 10 languages

Re: Multi-language solr1.3 what would you reckon?

2008-10-15 Thread Hannes Carl Meyer
. What do you think? Hannes Carl Meyer-2 wrote: I attached an example for you. The challenge with MultiCore is on the client's search logic. It would help if you know which language the person wants to search through. If not you would have to perform multiple requests to the multiple

Re: Multi-language solr1.3 what would you reckon?

2008-10-14 Thread Hannes Carl Meyer
I attached an example for you. The challenge with MultiCore is on the client's search logic. It would help if you know which language the person wants to search through. If not you would have to perform multiple requests to the multiple cores. Ordinary logic would be: 1. search chien in core0

Re: Multi-language solr1.3 what would you reckon?

2008-10-14 Thread Hannes Carl Meyer
Sorry, yes MultiCore means multiple indexes! Regards, Hannes On Tue, Oct 14, 2008 at 11:53 AM, sunnyfr [EMAIL PROTECTED] wrote: is it ??? sunnyfr wrote: Ok so actually multi-core is multi-index? Cheers for this links Hannes Carl Meyer-2 wrote: Nope, your schema defines

Re: Multi-language solr1.3 what would you reckon?

2008-10-13 Thread Hannes Carl Meyer
Hi, is it really neccessary to put it all into one index? You could also use the Solr MultiCore/MultipleIndexes feature and seperate by language. Regards, Hannes On Mon, Oct 13, 2008 at 3:20 PM, sunnyfr [EMAIL PROTECTED] wrote: Hi, I would like to manage properly multi language search

Re: Multi-language solr1.3 what would you reckon?

2008-10-13 Thread Hannes Carl Meyer
multiple indexes. Regards, Hannes On Mon, Oct 13, 2008 at 4:14 PM, Kraus, Ralf | pixelhouse GmbH [EMAIL PROTECTED] wrote: Hannes Carl Meyer schrieb: Hi, is it really neccessary to put it all into one index? You could also use the Solr MultiCore/MultipleIndexes feature and seperate by language

Re: Multi-language solr1.3 what would you reckon?

2008-10-13 Thread Hannes Carl Meyer
at 5:05 PM, sunnyfr [EMAIL PROTECTED] wrote: But I don't get, if you look in my schema.xml it's what I've done, multi index? So I was right ? Hannes Carl Meyer-2 wrote: Hi Ralf, you should also check on the example inside the Solr 1.3 download package! The management of multiple

Re: Need help with more than just one index

2008-10-09 Thread Hannes Carl Meyer
Hi Ralf, since Solr 1.3 it is possible to run multiple cores (indexes) inside a single deployment, please check: http://wiki.apache.org/solr/MultipleIndexes it is not even about seperating indexes but also have different configurations, index and query analyzers etc. Regards Hannes 2008/10/9