vote: A1, A2
Em qua., 2 de set. de 2020 às 16:06, Michal Hlavac
escreveu:
> vote: A1, A2
>
>
>
>
> -
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apac
Hi Luís,
If the contents of the files dont change one solution is to store the text
parsed by tika in a compressed way, ~7% extracted text size.
In updating the document, just search the old one with the contents ready
(compressed) and update the other fields that you need.
Best,
Marcio
http://w
e it's an inverted structure
> but facets need a forward structure.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
> On Wed, Jun 15, 2016 at 9:25 AM, Marcio Napoli
> wrote:
>
> > Hey!
> >
> > The Lucene facets module uses integer encodin
Hey!
The Lucene facets module uses integer encoding using the method "
FacetsConfig.dedupAndEncode " . It would be convenient to use the IntPoint ?
Thanks!
Marcio Napoli
ccandless.com/2011/09/lucenes-searchermanager-simplifies.html
>
> Regards,
> András
>
> On Tue, Sep 1, 2015 at 2:16 PM, Marcio Napoli
> wrote:
>
> > Ian,
> >
> > Well remembered!
> >
> > Thanks,
> > Napoli
> >
> > Em ter,
toryReader.html#openIfChanged(org.apache.lucene.index.DirectoryReader)
> .
> You may wish to pay attention to the words about not closing readers
> while they may still be in use.
>
>
> --
> Ian.
>
>
> On Tue, Sep 1, 2015 at 12:55 PM, Marcio Napoli
> wrote:
>
ogger.error("Não foi possível inserir o Cidadao no índice Lucene \n" +
cidadaoBean, e);
e.printStackTrace();
}
}
Em seg, 31 de ago de 2015 às 21:13, Anton Zenkov
escreveu:
> Are you sure you are not holding open readers somewhere?
>
> On Mon, Aug 31, 2015 at 7:46 PM, Marcio Na
Hey! :)
It seems IndexWriter is not closing the descriptors of the removed files,
see the log below.
Thanks,
Napoli
[root@server01 log]# ls -l /proc/59491/fd | grep index
l-wx--. 1 wildfly wildfly 64 Ago 31 11:26 429 ->
/usr/local/wildfly-2.0/standalone/data/index/cidadao/write.lock
lr-x---
Hey!
Elasticsearch Is a good option and uses Lucene as core :)
http://www.elasticsearch.org/overview/elasticsearch/
[]s
Napoli
http://numere.stela.org.br
2014-09-04 7:46 GMT-03:00 Larry White :
> Hi,
>
> Is there a way to index an entire json document automatically as one can do
> with the
Thanks for note,
Marcio Napoli
Go beyond Apache Lucene(tm) features with Numere(R)
http://numere.stela.org.br
2014-02-13 14:56 GMT-02:00 Michael McCandless :
> You can use IndexReader.getBinaryDocValues(field).
>
> BTW your site should reference *Apache* Lucene, not just Lucene.
Hey Mike,
I need quick access to values per document. The use of binary values is
possible via doc FieldCache -> FieldCacheSource.getValues ()?
Thanks,
Marcio Napoli
Go beyond Lucene(tm) features with Numere(R)
http://numere.stela.org.br
2014-02-13 13:16 GMT-02:00 Michael McCandless :
&g
Hi All,
I have a need to work with big terms. So the 32k is not enough. How can i
increase the maximum size of a term? Found in the IndexWriter
MAX_TERM_LENGTH constant, which refers to FieldCache and
DocumentsWriterPerThread (BYTE_BLOCK_SIZE-2).
Thanks,
Marcio Napoli
Go beyond Lucene(tm
Hi Maturu,
The Numere API allows you grouping, count distinct values, sort, and other
operations SQL / OLAP.
See: http://numere.stela.org.br/examples.html
Good lock!
Marcio Napoli
2014-01-29 srineal maturu
> Hi,I have been working on lucene for past 2 months. I have been working
Hi!
I believe the approach below can help you.
http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/misc/src/java/org/apache/lucene/misc/HighFreqTerms.java
Marcio
http://numere.stela.org.br
Go beyond Lucene™ features with Numere®
2014/1/24 Witdouck, Xavier
> Hi all,
>
> We have over 6 m
orField, to return FSTPostingFormat.
>
> Then set that Codec on the IndexWriterConfig you pass to IndexWriter.
>
> Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Jan 22, 2014 at 10:54 AM, Marcio Napoli
> wrote:
> > Thanks Mike!
> >
> &g
gt; Mike McCandless
>
> http://blog.mikemccandless.com
>
>
> On Wed, Jan 22, 2014 at 6:38 AM, Marcio Napoli
> wrote:
> > Hey! :)
> >
> > How could i use this new reader/writer ?
> >
> > https://issues.apache.org/jira/browse/LUCENE-3069
> &g
Hey! :)
How could i use this new reader/writer ?
https://issues.apache.org/jira/browse/LUCENE-3069
Thanks,
Marcio
Go beyond Lucene™ features with Numere®
http://numere.stela.org.br
ter.removeTerm (docId, field, term);
writer.addTerm (docId, field, term);
Thanks,
Marcio Napoli
napoli.mar...@gmail.com
http://numere.stela.org.br/
ter.removeTerm (docId, field, term);
writer.addTerm (docId, field, term);
Thanks,
Marcio Napoli
napoli.mar...@gmail.com
http://numere.stela.org.br/
19 matches
Mail list logo