Re: IntelliJ setup

2015-07-21 Thread Konstantin Gribov
missing something else? > > Thanks! > -- Best regards, Konstantin Gribov

Re: Can Apache Solr Handle TeraByte Large Data

2015-08-03 Thread Konstantin Gribov
n DIH > > > if my code get some value than how i can i index it using DIH. > > > > > > If i will use DIH then How i will make split operation and get value > from > > > it. > > > > > > > > > > > > > > > > > > -- > > > View this message in context: > http://lucene.472066.n3.nabble.com/Can-Apache-Solr-Handle-TeraByte-Large-Data-tp3656484p4220552.html > > > Sent from the Solr - User mailing list archive at Nabble.com. > -- Best regards, Konstantin Gribov

Drop obsolete KEYS files from dist site

2015-02-25 Thread Konstantin Gribov
think, it'll be good to drop them to avoid their usage for release artifact verification. -- Best regards, Konstantin Gribov

Re: TIKA OCR not working

2015-04-27 Thread Konstantin Gribov
rained for one language each, so dual-lang document would have quite bad OCR result even when both languages use latin chars. You can use o.a.tika.parsers.ocr.TesseractOCRConfig.setLanguage(String) to set lang pack for OCR. -- Best regards, Konstantin Gribov пн, 27 апр. 2015 г. в 17:36, Uwe Schi

Karma for editing wiki

2015-07-06 Thread Konstantin Gribov
Hi, folks. Can someone grant me karma for editing solr wiki? My username there is KonstantinGribov.

Re: Karma for editing wiki

2015-07-06 Thread Konstantin Gribov
Thanks, Shawn. -- Best regards, Konstantin Gribov пн, 6 июля 2015 г. в 20:40, Shawn Heisey : > On 7/6/2015 11:19 AM, Konstantin Gribov wrote: > > Can someone grant me karma for editing solr wiki? My username there is > > KonstantinGribov. > > Done. The wiki is taking th

Best way to facets with value preprocessing (w/ docValues)

2015-07-08 Thread Konstantin Gribov
). Should I use it in StrField-based variant by overriding getIndexAnalyzer/getQueryAnalyzer or it would break something? [1]: https://cwiki.apache.org/confluence/display/solr/DocValues -- Best regards, Konstantin Gribov

Re: Best way to facets with value preprocessing (w/ docValues)

2015-07-10 Thread Konstantin Gribov
hreads, disk write is about 10 MiB/s, ~25k docs/minute. Schema part example can be found on github[1]. Any thoughts on it? Can something like this be merged into trunk to support docValues on `solr.TextField`? [1]: https://github.com/grossws/solr-dvtf чт, 9 июля 2015 г. в 2:52, Konstantin Gribov : &

Re: dataDir config

2015-07-14 Thread Konstantin Gribov
le.com/dataDir-config-tp4217233.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Best regards, Konstantin Gribov

Re: Testing an ingest framework that uses Apache Tika

2017-02-16 Thread Konstantin Gribov
t if history is any indicator, > you'll want to make sure your ingest code can handle these issues if you > are handling millions/billions of files from the wild. > > Cheers, > > Tim > > > [1] https://wiki.apache.org/tika/MockParser > -- Best regards, Konstantin Gribov