[jira] [Commented] (LUCENE-9013) Migrate existing site content (except javadoc, refguide)

2019-10-27 Thread Adam Walz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960634#comment-16960634 ] Adam Walz commented on LUCENE-9013: --- [~janhoy] As a starting point for this migration

[jira] [Commented] (LUCENE-9012) Setup minimal site with working Pelican build

2019-10-27 Thread Adam Walz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960637#comment-16960637 ] Adam Walz commented on LUCENE-9012: --- I started this ticket to convert the cms site Pel

[GitHub] [lucene-solr] bruno-roustant opened a new pull request #980: LUCENE-8920: Reduce the memory used by direct addressing of arcs

2019-10-27 Thread GitBox
bruno-roustant opened a new pull request #980: LUCENE-8920: Reduce the memory used by direct addressing of arcs URL: https://github.com/apache/lucene-solr/pull/980 Reduce the memory by using "arc presence" bits, one bit per arc. So the node only stores the present arcs (no "missing arc" an

[jira] [Commented] (LUCENE-8920) Reduce size of FSTs due to use of direct-addressing encoding

2019-10-27 Thread Bruno Roustant (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-8920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960654#comment-16960654 ] Bruno Roustant commented on LUCENE-8920: I have added PR #980 to reduce the memo

[jira] [Commented] (LUCENE-9012) Setup minimal site with working Pelican build

2019-10-27 Thread Adam Walz (Jira)
[ https://issues.apache.org/jira/browse/LUCENE-9012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960750#comment-16960750 ] Adam Walz commented on LUCENE-9012: --- Converting the cms site to pelican at  [https://g

[jira] [Commented] (SOLR-13841) Add jackson databind annotations to SolrJ classpath

2019-10-27 Thread Noble Paul (Jira)
[ https://issues.apache.org/jira/browse/SOLR-13841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960805#comment-16960805 ] Noble Paul commented on SOLR-13841: --- bq.Maybe we only need @JsonProperty right now? Ye