*way* less file
> handles (slightly slower indexing).
>
> It would normally be odd to hit something like that after only 50,000
> documents, but a doc with 300 fields is certainly not the norm ;) Anything
> else special about your setup?
>
> --
> - Mark
>
> http://www
Hi,
We are having a TooManyOpenFiles exception in our indexing process. We
are reading data from a database and indexing this data into one of
the two cores of our solr instance. Each of the cores has a different
schema as they are used for a different purpose. While we index in the
first core, we
Thank you! Next time I will remind not to change the words to make the
example simpler...
blah is not the same as Nefh :-)
Thanks,
Bruno
2009/3/12 Erik Hatcher
>
> On Mar 12, 2009, at 10:47 AM, Bruno Aranda wrote:
>
>> Doing this query:
>>
>> http://localhost:18
olr/select?q=field_name:blah*
>
>
>Erik
>
> On Mar 12, 2009, at 9:09 AM, Bruno Aranda wrote:
>
> Thanks for your answer, I am trying now with this custom text field:
>>
>> > positionIncrementGap="100" >
>>
>>
k Hatcher
> Remove the EnglishPorterFilterFactory from your "text" analyzer
> configuration (both index and query sides). And reindex all documents.
>
> Erik
>
>
> On Mar 12, 2009, at 8:28 AM, Bruno Aranda wrote:
>
> Hi,
>>
>> I am trying to
Hi,
I am trying to disable stemming from the analyzer, but I am not sure how to
do it.
For instance, I have a field that contains "blah", but when I search for
"blah*" it cannot find it, whereas if I search for "bla*" it does. I was
using the text type field, from the example schema.xml. How shou
And, as well, you coud use automatically generated UUIDs:
http://wiki.apache.org/solr/UniqueKey
Cheers,
Bruno
2009/2/22 Cheng Zhang
> hello,
>
> in solr world, is it possible to have the doc id generated automatically?
>
> thx a lot,
>
> kevin
>
>
Hi,
I asked the same question a few days ago. Using multiValued dynamic fields
is fine even if the documentation or examples do not say anything about it,
Cheers,
Bruno
2009/2/9 Ian Sugar
> Hi
>
> I'd like to use multi-valued dynamic fields.
>
> Example:
>
>
>
>multiValued="true" />
asking so many questions today. I am new to SOLR and I was very
excited until I found that I could not comply with one of our requirements:
"counting the distinct surnames for names starting with A*", which is
possible with SQL but no with SOLR out of the box...
Thanks!
Bruno
2009/2/4 Br
are many different concurrent queries and so on...
Cheers,
Bruno
2009/2/4 Shalin Shekhar Mangar
> On Wed, Feb 4, 2009 at 2:53 PM, Bruno Aranda
> wrote:
>
> > Mmh, thanks for your answer but with that I get the count of names
> starting
> > with A*, but I would
Shekhar Mangar
> On Wed, Feb 4, 2009 at 2:14 PM, Bruno Aranda
> wrote:
>
> > Maybe I am not clear, but I am not able to find anything on the net.
> > Basically, if I had in my index millions of names starting with A* I
> would
> > like to know how many distinct surname
to try to see if this is
possible to implement. Any hints where to look at would be great!
Thanks,
Bruno
2009/2/3 Bruno Aranda
> But as far as I understand the total number of constraints is limited
> (there is a default value), so I cannot know the total if I don't set the
> fa
er
> of available constraints, if that is what you mean.
>
>
> Cheers,
>
>
>
> On Tue, 2009-02-03 at 16:03 +, Bruno Aranda wrote:
>
> > Hi,
> >
> > I would like to know if is there a way to get the total number of
> different
> > facets returned by a f
Hi,
I would like to know if is there a way to get the total number of different
facets returned by a faceted search? I see already that I can paginate
through the facets with the facet.offset and facet.limit, but there is a way
to know how many facets are found in total?
For instance,
NameSu
Hi,
I am writing my first application using Solr and I was wondering if there is
any best practice or how are users implementing their JUnit or integration
tests.
Thanks!
Bruno
Hi, it is possible to create a dynamic field that is multi valued?
Cheers,
Bruno
method myself. Am I missing something?
Thanks,
Bruno
2009/1/28 Bruno Aranda
> Hi, bear with me as I am new to Solr.
>
> I have a requirement in an application where I need to show a list of
> results by groups.
>
> For instance, each document in my index correspond to a pers
Hi, bear with me as I am new to Solr.
I have a requirement in an application where I need to show a list of
results by groups.
For instance, each document in my index correspond to a person and they have
a family name. I have hundreds of thousands of records (persons). What I
would like to do is
18 matches
Mail list logo