Re: Moving usage documentation of Luke to Lucene Website

2021-05-12 Thread Dmitry Kan
> > Let me know what you think and I can copy it to > > https://github.com/apache/lucene/tree/main/lucene/luke > > and make a PR. > > Thanks > > Michael > > > > Am 04.05.21 um 07:15 schrieb Dmitry Kan: > > Hello! > > Glad to see some docs Tomoko an

Re: Moving usage documentation of Luke to Lucene Website

2021-05-03 Thread Dmitry Kan
ule's README.md into the main release >>>>>>> > > documentation file (such as >>>>>>> > > https://lucene.apache.org/core/8_8_2/index.html). Also for now >>>>>>> at >>>>>>> > > least, it would be visible from github too. >>>>>>> > > >>>>>>> > >

Re: Questions about the new vector API

2021-04-02 Thread Dmitry Kan
> too. >> >> On Sat, Mar 27, 2021, 6:01 AM Dmitry Kan wrote: >> >>> Michael, >>> >>> I got some interest in this area and have been doing comparative study >>> of different KNN implementations and blogging about it. >>> >>&

Re: Questions about the new vector API

2021-03-27 Thread Dmitry Kan
t; >> > > >> > >> >> > > >> Do we need SearchStrategy.NONE? Documentation suggests that > it allows storing vectors but that NN search won't be supported. This looks > like a use-case for binary doc values to me? It also slightly caught me by > surprise due to the inconsistency with IndexOptions.NONE, which

Re: Questions about corrupted Segments files.

2019-11-06 Thread Dmitry Kan
xpected extra argument '-fix' > > > > If anybody knows about either a way to fix corrupted segment files or a > way to use checkIndex '-fix' option correctly, could you please let me > know? > > Any clue will be very appreciated. > > Sincerely, >

Re: Welcome Tomoko Uchida as Lucene/Solr committer

2019-04-08 Thread Dmitry Kan
as part of Lucene! Dmitry Kan On Mon, 8 Apr 2019 at 23.01, Robert Muir wrote: > Welcome! > > On Mon, Apr 8, 2019 at 11:21 AM Uwe Schindler wrote: > > > > Hi all, > > > > Please join me in welcoming Tomoko Uchida as the latest Lucene/Solr > committer! >

[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2018-08-01 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16565703#comment-16565703 ] Dmitry Kan commented on LUCENE-2562: [~arafalov] thanks for your input! Can you please elaborate

[jira] [Commented] (LUCENE-2562) Make Luke a Lucene/Solr Module

2018-07-21 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16551676#comment-16551676 ] Dmitry Kan commented on LUCENE-2562: Hi [~steve_rowe] thanks for your support with filing the ticket

Re: GSOC2017: Call to Solr and Tika/Nutch/Camel/NiFi/Zeppelin/etc mentors

2017-03-26 Thread Dmitry Kan
/issues/68 Good luck with SOC! Regards, Dmitry -- Dmitry Kan Luke Toolbox: http://github.com/DmitryKey/luke Blog: http://dmitrykan.blogspot.com Twitter: http://twitter.com/dmitrykan On 17 March 2017 at 16:25, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > I am mentoring in this year

[jira] [Commented] (SOLR-10231) Cursor value always different for last page with sorting by a date based function using NOW

2017-03-13 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-10231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15907528#comment-15907528 ] Dmitry Kan commented on SOLR-10231: --- [~hossman] thanks for clarifying and suggestions. Going to test

[jira] [Created] (SOLR-10231) Cursor value always different for last page with sorting by function

2017-03-05 Thread Dmitry Kan (JIRA)
Dmitry Kan created SOLR-10231: - Summary: Cursor value always different for last page with sorting by function Key: SOLR-10231 URL: https://issues.apache.org/jira/browse/SOLR-10231 Project: Solr

Re: Welcome Toke Eskildsen as a Lucene/Solr committer

2017-02-16 Thread Dmitry Kan
Hi Toke, congrats! Glad for you and well deserved! P.S. Was awesome to test faceting module speed ups you did for high cardinality fields. Your skill to explain complex things very efficiently is unmatched. Dmitry -- Dmitry Kan Luke Toolbox: http://github.com/DmitryKey/luke Blog: http

Re: [Result Query Solr] How to retrieve the content of pdfs

2016-09-20 Thread Dmitry Kan
Hi Alexandre, Could you add fl=* to your query and check the output? Alternatively, have a look at your schema file and check what could look like content field: text or similar. Dmitry 14 сент. 2016 г. 1:27 AM пользователь "Alexandre Martins" < alexandremart...@gmail.com> написал: > Hi Guys,

ways to affect on SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite

2015-11-05 Thread Dmitry Kan
this be changed to load top terms by frequency, for example? An example is for comp* to load "company", if it was among top N most frequent terms in the index. And not less obvious words "comp'd, comp692, compacta" etc. Thanks, Dmitry -- Dmitry Kan Luke Toolbox: http://githu

Re: ways to affect on SpanMultiTermQueryWrapper.TopTermsSpanBooleanQueryRewrite

2015-11-05 Thread Dmitry Kan
and use it to write your own RewriteMethod. > > Alan Woodward > www.flax.co.uk > > > On 5 Nov 2015, at 09:25, Dmitry Kan wrote: > > Hello, > > Cross-posting the same question from solr mailing list, hopefully with > better luck. > > Are there ways to aff

Re: TokenOrderingFilter

2015-06-04 Thread Dmitry Kan
assumption that this is asserted at the indexing layer is correct, then I think TokenOrderingFilter is obsolete. ~ David On Thu, Jun 4, 2015 at 7:48 AM Dmitry Kan dmitry.luc...@gmail.com wrote: Hi guys, Sorry for sending questions to the dev list and not to the user one. Somehow I'm getting more

TokenOrderingFilter

2015-06-04 Thread Dmitry Kan
change the behaviour of the highlighter. Could anybody shed light on its necessity? Thanks, Dmitry Kan

Re: Modifying DefaultSolrHighlighter

2015-05-06 Thread Dmitry Kan
Thanks, David. Will let you know, how it went. On 5 May 2015 at 20:01, david.w.smi...@gmail.com david.w.smi...@gmail.com wrote: Yes. On Tue, May 5, 2015 at 8:29 AM Dmitry Kan dmitry.luc...@gmail.com wrote: Hi David, Thanks for replying so quick! Indeed, the NPE points to SolrCore being

Re: Modifying DefaultSolrHighlighter

2015-05-05 Thread Dmitry Kan
reflection. In 5.2 I removed the no-arg constructor. ~ David On Tue, May 5, 2015 at 4:24 AM Dmitry Kan dmitry.luc...@gmail.com wrote: Hi, We need to modify the behaviour of DefaultSolrHighlighter class slightly. When we tried to extend the class, Solr prints NPE. Is there some reason to the NPE

Modifying DefaultSolrHighlighter

2015-05-05 Thread Dmitry Kan
Hi, We need to modify the behaviour of DefaultSolrHighlighter class slightly. When we tried to extend the class, Solr prints NPE. Is there some reason to the NPE when extending the class? Thanks, Dmitry Kan

Re: 16K threads used up, Solr 4.10 doing nothing.

2015-04-25 Thread Dmitry Kan
Hi Erick, Do you know, whether the client used facet.threads, even once? There's a bug in solr with threaded faceting, that makes use of unlimited amount of threads. Regards, Dmitry On 24 Apr 2015 3:17 am, Erick Erickson erickerick...@gmail.com wrote: A client had a Solr instance doing

Re: o.a.l.a.payloads.DelimitedPayloadTokenFilter reset()/close() call missing

2015-04-23 Thread Dmitry Kan
Am 23. April 2015 15:54:06 MESZ, schrieb Dmitry Kan dmitry.luc...@gmail.com: Hi, In Lucene 4.10.4 the DelimitedPayloadTokenFilter class seems to violate the contract of the TokenStream. Should I raise a jira? Thanks. java.lang.IllegalStateException: TokenStream contract violation: reset

o.a.l.a.payloads.DelimitedPayloadTokenFilter reset()/close() call missing

2015-04-23 Thread Dmitry Kan
Hi, In Lucene 4.10.4 the DelimitedPayloadTokenFilter class seems to violate the contract of the TokenStream. Should I raise a jira? Thanks. java.lang.IllegalStateException: TokenStream contract violation: reset()/close() call missing, reset() called multiple times, or subclass does not call

[jira] [Commented] (SOLR-4722) Highlighter which generates a list of query term position(s) for each item in a list of documents, or returns null if highlighting is disabled.

2015-04-09 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14487389#comment-14487389 ] Dmitry Kan commented on SOLR-4722: -- Thanks for the great patch. I confirm it works in solr

[jira] [Commented] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2014-09-25 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14147585#comment-14147585 ] Dmitry Kan commented on SOLR-6152: -- I'm ready to work on this, but need some guidance

[jira] [Commented] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2014-09-25 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14147625#comment-14147625 ] Dmitry Kan commented on SOLR-6152: -- Ok, I see what you are getting at. I think I like

Re: How to traverse automaton with new api?

2014-09-24 Thread Dmitry Kan
at 9:50 AM, Dmitry Kan dmitry.luc...@gmail.com wrote: o.a.l.u.automaton.Automaton api has changed in lucene 4.10 ( https://issues.apache.org/jira/secure/attachment/12651171/LUCENE-5752.patch ). Method getNumberedStates() got dropped. class State does not exist anymore

How to traverse automaton with new api?

2014-09-23 Thread Dmitry Kan
o.a.l.u.automaton.Automaton api has changed in lucene 4.10 ( https://issues.apache.org/jira/secure/attachment/12651171/LUCENE-5752.patch ). Method getNumberedStates() got dropped. class State does not exist anymore. In the Automaton api before 4.10 the traversal could be achieved like this: //

[jira] [Updated] (SOLR-5178) Admin UI - Memory Graph on Dashboard shows NaN for unused Swap

2014-08-12 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5178: - Attachment: SOLR-5178.patch a patch for solr 4.6.0. It adds a check for when both free swap and total

[jira] [Commented] (SOLR-3585) processing updates in multiple threads

2014-06-11 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14028325#comment-14028325 ] Dmitry Kan commented on SOLR-3585: -- I would agree with [~dsmiley]. Every good api

[jira] [Created] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2014-06-09 Thread Dmitry Kan (JIRA)
Dmitry Kan created SOLR-6152: Summary: Pre-populating values into search parameters on the query page of solr admin Key: SOLR-6152 URL: https://issues.apache.org/jira/browse/SOLR-6152 Project: Solr

[jira] [Updated] (SOLR-6152) Pre-populating values into search parameters on the query page of solr admin

2014-06-09 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-6152: - Attachment: prepoluate_query_parameters_query_page.bmp screenshot of query page Pre-populating values

Re: [VOTE] Lucene/Solr 4.8.0 RC1

2014-04-23 Thread Dmitry Kan
] at java.lang.Thread.run(Thread.java:745) [junit4] at __randomizedtesting.SeedInfo.seed([4E981035AE883718]:0) [junit4] Completed on J3 in 31.20s, 1 test, 2 errors FAILURES! [junit4] [junit4] [junit4] Tests with failures: [junit4] - org.apache.solr.hadoop.MorphlineMapperTest (suite) Dmitry Kan

[jira] [Updated] (SOLR-4903) Solr sends all doc ids to all shards in the query counting facets

2014-03-24 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-4903: - Labels: patch (was: ) Solr sends all doc ids to all shards in the query counting facets

[jira] [Updated] (SOLR-4903) Solr sends all doc ids to all shards in the query counting facets

2014-03-24 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-4903: - Labels: (was: patch) Solr sends all doc ids to all shards in the query counting facets

[jira] [Commented] (SOLR-5394) facet.method=fcs seems to be using threads when it shouldn't

2014-03-21 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13943275#comment-13943275 ] Dmitry Kan commented on SOLR-5394: -- [~mikemccand] can you reproduce the bug with the patch

[jira] [Updated] (SOLR-5394) facet.method=fcs seems to be using threads when it shouldn't

2014-03-20 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5394: - Attachment: SOLR-5394.patch This patch sets the default threads to 1 (single thread execution) as per

[jira] [Commented] (LUCENE-3758) Allow the ComplexPhraseQueryParser to search order or un-order proximity queries.

2014-03-16 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13937293#comment-13937293 ] Dmitry Kan commented on LUCENE-3758: [~erickerickson] right, agree, this should

Re: ant idea on fresh checkout of 4.7

2014-03-11 Thread Dmitry Kan
Hi Steve! Thanks for sharing the ivy2 org.kitesdk cache piece, compiles fine (phew, only 5 minutes 16 seconds long build). Looking forward for Cloudera maven repo resolution. Dmitry On 11 March 2014 15:16, Steve Rowe sar...@gmail.com wrote: 0.11.0 is the morphlines version specified for trunk,

[jira] [Commented] (SOLR-4904) Send internal doc ids and index version in distributed faceting to make queries more compact

2014-03-11 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930792#comment-13930792 ] Dmitry Kan commented on SOLR-4904: -- [~kamaci] yes, it is still valid. I would imagine

[jira] [Commented] (LUCENE-5422) Postings lists deduplication

2014-03-10 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13926081#comment-13926081 ] Dmitry Kan commented on LUCENE-5422: I agree with [~mikemccand] in that the issue

[jira] [Comment Edited] (LUCENE-5422) Postings lists deduplication

2014-03-10 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13926081#comment-13926081 ] Dmitry Kan edited comment on LUCENE-5422 at 3/10/14 7:27 PM

[jira] [Comment Edited] (LUCENE-5422) Postings lists deduplication

2014-03-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921155#comment-13921155 ] Dmitry Kan edited comment on LUCENE-5422 at 3/5/14 6:23 PM

[jira] [Commented] (LUCENE-5422) Postings lists deduplication

2014-03-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13921155#comment-13921155 ] Dmitry Kan commented on LUCENE-5422: [~Vishmi Money] LUCENE-2082 deals with segment

[jira] [Commented] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-13 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13900240#comment-13900240 ] Dmitry Kan commented on SOLR-5697: -- Hoss: thanks for looking into this. I can confirm all

[jira] [Closed] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-13 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan closed SOLR-5697. works as expected with solr 4.7. See previous comment. Delete by query does not work properly with customly

[jira] [Created] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-05 Thread Dmitry Kan (JIRA)
Dmitry Kan created SOLR-5697: Summary: Delete by query does not work properly with customly configured query parser Key: SOLR-5697 URL: https://issues.apache.org/jira/browse/SOLR-5697 Project: Solr

[jira] [Updated] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5697: - Attachment: query_parser_maven_project.tgz Delete by query does not work properly with customly

[jira] [Updated] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5697: - Description: The shard with the configuration illustrating the issue is attached. Since the size

[jira] [Updated] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5697: - Attachment: shard.tgz shard with config files without solr.war file. Delete by query does not work

[jira] [Updated] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5697: - Description: The shard with the configuration illustrating the issue is attached. Since the size

[jira] [Updated] (SOLR-5697) Delete by query does not work properly with customly configured query parser

2014-02-05 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5697: - Description: The shard with the configuration illustrating the issue is attached. Since the size

[jira] [Created] (LUCENE-5422) Postings lists deduplication

2014-01-30 Thread Dmitry Kan (JIRA)
Dmitry Kan created LUCENE-5422: -- Summary: Postings lists deduplication Key: LUCENE-5422 URL: https://issues.apache.org/jira/browse/LUCENE-5422 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-5422) Postings lists deduplication

2014-01-30 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated LUCENE-5422: --- Labels: gsoc2014 (was: ) Postings lists deduplication

[jira] [Updated] (SOLR-5394) facet.method=fcs seems to be using threads when it shouldn't

2013-12-12 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5394: - Attachment: SOLR-5394_keep_threads_original_value.patch During debugging with facet.threads=0 I have

[jira] [Updated] (SOLR-5394) facet.method=fcs seems to be using threads when it shouldn't

2013-12-12 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5394: - Attachment: (was: SOLR-5394_keep_threads_original_value.patch) facet.method=fcs seems to be using

[jira] [Updated] (SOLR-5394) facet.method=fcs seems to be using threads when it shouldn't

2013-12-12 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-5394: - Attachment: SOLR-5394_keep_threads_original_value.patch facet.method=fcs seems to be using threads when

[jira] [Commented] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries

2013-12-11 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13845661#comment-13845661 ] Dmitry Kan commented on SOLR-1604: -- [~rebeccatang] you can define a solr core (even

[jira] [Commented] (SOLR-1726) Deep Paging and Large Results Improvements

2013-10-15 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13795092#comment-13795092 ] Dmitry Kan commented on SOLR-1726: -- [~sstults] Thanks for the use case. This leans towards

[jira] [Created] (SOLR-5277) Stamp core names on log entries for certain classes

2013-09-26 Thread Dmitry Kan (JIRA)
Dmitry Kan created SOLR-5277: Summary: Stamp core names on log entries for certain classes Key: SOLR-5277 URL: https://issues.apache.org/jira/browse/SOLR-5277 Project: Solr Issue Type: Bug

Re: solr performance testing

2013-09-01 Thread Dmitry Kan
Hello! Have a look onto solrjmeter tool. It is using JMeter already and provides command line friendly interface. https://github.com/romanchyla/solrjmeter Dmitry Kan Mikhail, Your best best would be loading up the system using Jmeter server+client and firing 100s of queries per second

[jira] [Commented] (SOLR-5200) Add REST support for reading and modifying Solr configuration

2013-08-30 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-5200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754452#comment-13754452 ] Dmitry Kan commented on SOLR-5200: -- One parameter relevant to us is mergeFactor

[solr 4.4.0] SPLITSHARD: small inconvenience

2013-08-02 Thread Dmitry Kan
with partitioned index of the core1, but the directory structure does not follow data/index structure. Which, I think, in turn does not allow to add the two new cores via the solr dashboard properly. Regards, Dmitry Kan

Re: Measuring SOLR performance

2013-08-01 Thread Dmitry Kan
it on solr4.0, where it tries contactin /solr/admin/system - is it different for 4.3? I guess I should make it configurable (it already is, the endpoint is set at the check_options()) thanks roman On Wed, Jul 31, 2013 at 10:01 AM, Dmitry Kan solrexp...@gmail.com wrote: Ok, got the error fixed

Re: Measuring SOLR performance

2013-07-31 Thread Dmitry Kan
Hi Roman, What version and config of SOLR does the tool expect? Tried to run, but got: **ERROR** File solrjmeter.py, line 1390, in module main(sys.argv) File solrjmeter.py, line 1296, in main check_prerequisities(options) File solrjmeter.py, line 351, in check_prerequisities

Re: Measuring SOLR performance

2013-07-31 Thread Dmitry Kan
.. :) On Wed, Jul 31, 2013 at 4:39 PM, Dmitry Kan solrexp...@gmail.com wrote: Hi Roman, What version and config of SOLR does the tool expect? Tried to run, but got: **ERROR** File solrjmeter.py, line 1390, in module main(sys.argv) File solrjmeter.py, line 1296, in main

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Dmitry Kan
Hi Hoss, Could I have write access to the pages, thought to start by fixing couple typos. Or should I leave them as comments? Thanks, Dmitry Kan On 23 July 2013 00:32, Chris Hostetter hossman_luc...@fucit.org wrote: Now that the 4.4 release vote is official and gradually making it's way

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Dmitry Kan
Erick: it's this e-mail. On 24 July 2013 15:00, Erick Erickson erickerick...@gmail.com wrote: Dmitry: What's your Confluence login? Erick On Wed, Jul 24, 2013 at 7:08 AM, Dmitry Kan dmitry.luc...@gmail.com wrote: Hi Hoss, Could I have write access to the pages, thought to start

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Dmitry Kan
OK, thanks, Hoss, I can get by with the comments. A jira is perhaps too much for fixing a typo ;) On 24 July 2013 18:32, Chris Hostetter hossman_luc...@fucit.org wrote: : Could I have write access to the pages, thought to start by fixing couple : typos. Or should I leave them as comments?

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Dmitry Kan
Hi Hoss, I started reading through and commenting on typos, where found. Do you get notifs of those? On 24 July 2013 20:45, Chris Hostetter hossman_luc...@fucit.org wrote: : TL;DR: I plan to call a vote to formaly release this doc in ~40 hours. Please : help out by reviewing/improving the

Re: DISCUSS: First official Solr documentation release, plan to vote on wed.

2013-07-24 Thread Dmitry Kan
thanks. There are a few more that I could handle before calling it day. On 24 July 2013 22:02, Shalin Shekhar Mangar shalinman...@gmail.com wrote: On Thu, Jul 25, 2013 at 12:26 AM, Dmitry Kan dmitry.luc...@gmail.comwrote: I started reading through and commenting on typos, where found. Do

Re: for those of you using gmail...

2013-07-17 Thread Dmitry Kan
Hi Mike, The first search gives zero hits, but the second shows an infinite amount of results, dating back to June and earlier. It could be that, if the bug holds, it gets rolled out in steps to different zones, as you reside in States, I'm in Finland. Lets see if the bug hits this coast.

Re: Request for Mentor for LUCENE-2562 : Make Luke a Lucene/Solr Module

2013-07-15 Thread Dmitry Kan
is the original one, developed by Andrzej. Beside the UI rework there is plenty things to port / verify (like e.g. Hadoop plugin) against the latest lucene versions. See the readme.md: https://github.com/dmitrykey/luke Whichever way's taken, hopefully we end up having stable releases of luke :) Dmitry Kan

Re: PMC Chair change

2013-06-24 Thread Dmitry Kan
Congratulations, Uwe! All the best in your new role. Dmitry Kan On 22 June 2013 11:47, Uwe Schindler uschind...@apache.org wrote: Hi all, most of you will already know it: Since June 19, 2013, I am the new Project Management Committee Chair, replacing Steve Rowe. I am glad to manage all

[jira] [Updated] (SOLR-4903) Solr sends all doc ids to all shards in the query counting facets

2013-06-24 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-4903: - Affects Version/s: 4.3.1 Solr sends all doc ids to all shards in the query counting facets

Re: Estimating Solr memory requirements

2013-06-21 Thread Dmitry Kan
requirements _unless_ you have your document cache turned wy up. The tooltip when you hover over the entry field should be expanded to clarify this. Thanks for the feedback, I'll take care of this this weekend probably. Erick On Thu, Jun 20, 2013 at 12:38 AM, Dmitry Kan dmitry.luc

Re: Estimating Solr memory requirements

2013-06-20 Thread Dmitry Kan
though, typo and all Someday I may even fix it G... Thanks, Erick On Wed, Jun 19, 2013 at 3:35 PM, Dmitry Kan dmitry.luc...@gmail.com wrote: Hi Erick, Is typo in the title on purpose? On 19 June 2013 15:09, Erick Erickson erickerick...@gmail.com wrote: OK, I seem to have

Re: Estimating Solr memory requirements

2013-06-20 Thread Dmitry Kan
. Changing Average text bytes ONLY if stored didn't change the total. Probably correct? Does the field mean the raw byte size of a document? Thanks, Dmitry On 20 June 2013 09:52, Dmitry Kan dmitry.luc...@gmail.com wrote: No worries. Otherwise the effort is very useful. This is the first question

[lucene 4.3.1] solr webapp is put to null directory on maven build

2013-06-19 Thread Dmitry Kan
Hello, executing 'package' on Apache Solr Search Server pom (maven-build/solr/webapp/pom.xml) puts the webapp into a null sub-directory. Apache Maven 3.0.4 OS: Ubuntu 12.04 LTS Thanks, Dmitry Kan

Re: [lucene 4.3.1] solr webapp is put to null directory on maven build

2013-06-19 Thread Dmitry Kan
also: ${build-directory} is not set anywhere in the project. On 19 June 2013 16:23, Dmitry Kan dmitry.luc...@gmail.com wrote: Hello, executing 'package' on Apache Solr Search Server pom (maven-build/solr/webapp/pom.xml) puts the webapp into a null sub-directory. Apache Maven 3.0.4 OS

Re: [lucene 4.3.1] solr webapp is put to null directory on maven build

2013-06-19 Thread Dmitry Kan
- Creating SolrCore 'collection1' using instanceDir: ${top-level}/solr/example/solr/collection1 Apparently, ${top-level} var isn't defined either. On 19 June 2013 16:25, Dmitry Kan dmitry.luc...@gmail.com wrote: also: ${build-directory} is not set anywhere in the project. On 19 June 2013 16:23

Re: Estimating Solr memory requirements

2013-06-19 Thread Dmitry Kan
Hi Erick, Is typo in the title on purpose? On 19 June 2013 15:09, Erick Erickson erickerick...@gmail.com wrote: OK, I seem to have stalled on this. Over part of the winter, I put together a Swing-based program to help estimate Solr/Lucene memory requirements, with all the usual caveats see:

[jira] [Commented] (SOLR-1726) Deep Paging and Large Results Improvements

2013-06-18 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13686964#comment-13686964 ] Dmitry Kan commented on SOLR-1726: -- Scrolling is not intended for real time user requests

Re: Doubt In Apache Solr 4.3.0

2013-06-14 Thread Dmitry Kan
Hi, You should post your questions of solr / lucene usage sort to the user list, not here. It is developers list. http://lucene.apache.org/solr/discussion.html#solr-user-list-solr-userlucene 2013/6/14 vignesh vignes...@ninestars.in Hi Team, I am Vignesh, now

[jira] [Commented] (LUCENE-2082) Performance improvement for merging posting lists

2013-06-14 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13683303#comment-13683303 ] Dmitry Kan commented on LUCENE-2082: hi [~whzz], Would you be potentially interested

Re: postings lists deduplication

2013-06-07 Thread Dmitry Kan
in other products. I would not be surprised if the Basistech package for Lucene did this. wunder On Jun 6, 2013, at 8:44 AM, Dmitry Kan wrote: Walter, How are cases like (won't - will not) are handled now? Does not it depend on tokenizer before stemmer kicks in? I.e. in the example

[jira] [Created] (SOLR-4903) Solr sends all doc ids to all shards in the query counting facets

2013-06-06 Thread Dmitry Kan (JIRA)
Dmitry Kan created SOLR-4903: Summary: Solr sends all doc ids to all shards in the query counting facets Key: SOLR-4903 URL: https://issues.apache.org/jira/browse/SOLR-4903 Project: Solr Issue

[jira] [Created] (SOLR-4904) Send internal doc ids and index version in distributed faceting to make queries more compact

2013-06-06 Thread Dmitry Kan (JIRA)
Dmitry Kan created SOLR-4904: Summary: Send internal doc ids and index version in distributed faceting to make queries more compact Key: SOLR-4904 URL: https://issues.apache.org/jira/browse/SOLR-4904

[jira] [Updated] (SOLR-4903) Solr sends all doc ids to all shards in the query counting facets

2013-06-06 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-4903: - Affects Version/s: 4.3 Solr sends all doc ids to all shards in the query counting facets

SOLR-4903 and SOLR-4904

2013-06-06 Thread Dmitry Kan
Hi guys, As discussed with Grant and Andrzej I have created two jiras related to inefficiency in distributed faceting. This affects 3.4, but my gut feeling is telling me 4.x is affected as well. Regards, Dmitry Kan P.S. Asking this question won yours truly second prize on Stump the chump. :)

postings lists deduplication

2013-06-06 Thread Dmitry Kan
reversing a token on index and query time because of the same index size considerations. Would you like a jira for this? Thanks, Dmitry Kan

Re: postings lists deduplication

2013-06-06 Thread Dmitry Kan
of its surface forms). Mike McCandless http://blog.mikemccandless.com On Thu, Jun 6, 2013 at 3:51 AM, Dmitry Kan dmitry.luc...@gmail.com wrote: Robert Muir and I have discussed what Robert eventually named postings lists deduplication at bbuzz 2013 conference in Berlin. The idea

Re: postings lists deduplication

2013-06-06 Thread Dmitry Kan
Mike, Robert, Is *Pluggable Codec* good way for setting up this postingformat experiment? Dmitry 2013/6/6 Dmitry Kan dmitry.luc...@gmail.com Thanks! Yes, it could be that allowing single term to point to several posting lists is good e.g. for synonyms. So that there would be a single

Re: postings lists deduplication

2013-06-06 Thread Dmitry Kan
added a symmetrical synonym for AM and A M to our college name search. wunder On Jun 6, 2013, at 4:01 AM, Dmitry Kan wrote: Thanks! Yes, it could be that allowing single term to point to several posting lists is good e.g. for synonyms. So that there would be a single entry point for one

[jira] [Commented] (SOLR-1726) Deep Paging and Large Results Improvements

2013-04-29 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13644450#comment-13644450 ] Dmitry Kan commented on SOLR-1726: -- does the deep paging issue apply to facet paging

[jira] [Commented] (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2013-02-20 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13582207#comment-13582207 ] Dmitry Kan commented on LUCENE-1486: OK, after some study, here is what we did: we

[jira] [Commented] (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2013-02-18 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13580828#comment-13580828 ] Dmitry Kan commented on LUCENE-1486: Can someone give me a hand on this parser

[jira] [Commented] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries

2013-01-18 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13557053#comment-13557053 ] Dmitry Kan commented on SOLR-1604: -- Hello! Great work! I have two questions: 1) What

[jira] [Updated] (SOLR-1604) Wildcards, ORs etc inside Phrase Queries

2013-01-16 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Kan updated SOLR-1604: - Attachment: ComplexPhrase_solr_3.4.zip This is ComplexPhrase project based on the version submitted on 21

[jira] [Commented] (SOLR-3755) shard splitting

2013-01-14 Thread Dmitry Kan (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553117#comment-13553117 ] Dmitry Kan commented on SOLR-3755: -- Somewhat related: control naming of shards. This could

  1   2   >