[jira] [Commented] (LUCENE-5084) EliasFanoDocIdSet

2013-07-01 Thread Emmanuel Espina (JIRA)

[ 
https://issues.apache.org/jira/browse/LUCENE-5084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13697263#comment-13697263
 ] 

Emmanuel Espina commented on LUCENE-5084:
-

Have you considered creating a PostingFormat with this? I was thinking in 
something like DirectPostingsFormat but instead of using an array of ints for 
storing the docIds using an Elias-Fano compressed bit stream.
Facebook is using an in-memory index for its graph search and they are 
compressing the posting lists with Elias Fano 
(https://www.facebook.com/download/138915572976390/UnicornVLDB-final.pdf)

> EliasFanoDocIdSet
> -
>
> Key: LUCENE-5084
> URL: https://issues.apache.org/jira/browse/LUCENE-5084
> Project: Lucene - Core
>  Issue Type: Improvement
>Reporter: Paul Elschot
>Assignee: Adrien Grand
>Priority: Minor
> Attachments: LUCENE-5084.patch
>
>
> DocIdSet in Elias-Fano encoding

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Commented] (SOLR-3809) Replication of config files fails when using sub directories

2012-09-07 Thread Emmanuel Espina (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13450910#comment-13450910
 ] 

Emmanuel Espina commented on SOLR-3809:
---

oh sorry. I didn't know that :p

> Replication of config files fails when using sub directories
> 
>
> Key: SOLR-3809
> URL: https://issues.apache.org/jira/browse/SOLR-3809
> Project: Solr
>  Issue Type: Bug
>Reporter: Emmanuel Espina
>Priority: Minor
> Fix For: 4.0
>
> Attachments: SOLR-3809.patch
>
>
> If you want to replicate a configuration file inside a subdirectory of conf 
> directory (eg conf/stopwords/english.txt) Solr fails because it cannot find 
> the subdirectory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Resolved] (SOLR-3809) Replication of config files fails when using sub directories

2012-09-07 Thread Emmanuel Espina (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Espina resolved SOLR-3809.
---

Resolution: Fixed

> Replication of config files fails when using sub directories
> 
>
> Key: SOLR-3809
> URL: https://issues.apache.org/jira/browse/SOLR-3809
> Project: Solr
>  Issue Type: Bug
>Reporter: Emmanuel Espina
>Priority: Minor
> Attachments: SOLR-3809.patch
>
>
> If you want to replicate a configuration file inside a subdirectory of conf 
> directory (eg conf/stopwords/english.txt) Solr fails because it cannot find 
> the subdirectory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Updated] (SOLR-3809) Replication of config files fails when using sub directories

2012-09-07 Thread Emmanuel Espina (JIRA)

 [ 
https://issues.apache.org/jira/browse/SOLR-3809?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Espina updated SOLR-3809:
--

Attachment: SOLR-3809.patch

Fixes this bug creating sub directories

> Replication of config files fails when using sub directories
> 
>
> Key: SOLR-3809
> URL: https://issues.apache.org/jira/browse/SOLR-3809
> Project: Solr
>  Issue Type: Bug
>Reporter: Emmanuel Espina
>Priority: Minor
> Attachments: SOLR-3809.patch
>
>
> If you want to replicate a configuration file inside a subdirectory of conf 
> directory (eg conf/stopwords/english.txt) Solr fails because it cannot find 
> the subdirectory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-3809) Replication of config files fails when using sub directories

2012-09-07 Thread Emmanuel Espina (JIRA)
Emmanuel Espina created SOLR-3809:
-

 Summary: Replication of config files fails when using sub 
directories
 Key: SOLR-3809
 URL: https://issues.apache.org/jira/browse/SOLR-3809
 Project: Solr
  Issue Type: Bug
Reporter: Emmanuel Espina
Priority: Minor


If you want to replicate a configuration file inside a subdirectory of conf 
directory (eg conf/stopwords/english.txt) Solr fails because it cannot find the 
subdirectory.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



[jira] [Created] (SOLR-3483) Hability to change Similarity in MoreLikeThisComponent

2012-05-23 Thread Emmanuel Espina (JIRA)
Emmanuel Espina created SOLR-3483:
-

 Summary: Hability to change Similarity in MoreLikeThisComponent
 Key: SOLR-3483
 URL: https://issues.apache.org/jira/browse/SOLR-3483
 Project: Solr
  Issue Type: New Feature
  Components: MoreLikeThis
Reporter: Emmanuel Espina
Priority: Minor
 Fix For: 4.0


LUCENE-896 added support for changing the Similarity class of More
Like This in Lucene but this functionality has not been exposed to Solr. 
This issue aims to extend the MoreLikeThisComponent to support this.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org