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 a
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
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
Hannes
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. <
sithu.sudar...
>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 mor
or it? Things going much faster with
Lucene low-level api and much faster if you're loading the classification
corpus into the RAM.
On Mon, Jan 26, 2009 at 7:24 PM, Neal Richter wrote:
> Thanks for the link Shalin... played with that a while back.. It's
> possibly got some ind
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 docu
is it a real 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
> &
age core for every language which are not managed ...
> and I think it might be hard to manage.
>
> What do you think?
>
>
>
> Hannes Carl Meyer-2 wrote:
> >
> > I attached an example for you.
> >
> > The challenge with MultiCore is on the client'
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 (
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
> >
>
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
bout using 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
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 searc
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
15 matches
Mail list logo