Re: SOLR-1131 - Multiple Fields per Field Type

2009-11-29 Thread Grant Ingersoll
On Nov 28, 2009, at 7:37 PM, Chris Hostetter wrote: : I don't think it's useful to somehow programmatically access the list : of fields that a fieldType could output. based on my understanding of the potential types of use cases we're talking about, i think i agree with you. It seems

[jira] Commented: (SOLR-1571) unicode collation support

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783448#action_12783448 ] Shalin Shekhar Mangar commented on SOLR-1571: - I tried the patch. All tests

[jira] Created: (SOLR-1608) Make it easy to write distributed search test cases

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
Make it easy to write distributed search test cases --- Key: SOLR-1608 URL: https://issues.apache.org/jira/browse/SOLR-1608 Project: Solr Issue Type: Improvement Reporter: Shalin

[jira] Updated: (SOLR-1608) Make it easy to write distributed search test cases

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar updated SOLR-1608: Attachment: SOLR-1608.patch Created AbstractDistributedSearchTest and modified

[jira] Updated: (SOLR-1603) Perl Response Writer

2009-11-29 Thread Claudio Valente (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claudio Valente updated SOLR-1603: -- Priority: Minor (was: Major) Perl Response Writer

[jira] Commented: (SOLR-1571) unicode collation support

2009-11-29 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783466#action_12783466 ] Robert Muir commented on SOLR-1571: --- Shalin, yes I think the ICUCollationFilter is much

Re: SOLR-1131 - Multiple Fields per Field Type

2009-11-29 Thread Chris Hostetter
: One thing that concerns me is potential field name collision -- where one : of these new multifield producing FieldTypes might want to creat a name : that happens to collide with a field the user has already declared. : : Since FieldTypes are provided an instance of

Re: SOLR-1131 - Multiple Fields per Field Type

2009-11-29 Thread Chris Hostetter
: I thought about this too. It is what Local Solr currently does : (although it expects a certain prefix, too, I believe). However, it : seems a bit unnecessary, as now the user needs to use both the field : type and the dynamic field in order to get it to work, whereas I don't : think they

[jira] Created: (SOLR-1609) Create a cache implementation that limits itself to a given RAM size

2009-11-29 Thread Jason Rutherglen (JIRA)
Create a cache implementation that limits itself to a given RAM size Key: SOLR-1609 URL: https://issues.apache.org/jira/browse/SOLR-1609 Project: Solr Issue Type: New

SolrCache not using generics?

2009-11-29 Thread Jason Rutherglen
Maybe we can add generics to SolrCache or is there a design reason not to?

[jira] Updated: (SOLR-236) Field collapsing

2009-11-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-236: --- Attachment: field-collapse-5.patch I have attached a new patch that has the following

[jira] Issue Comment Edited: (SOLR-236) Field collapsing

2009-11-29 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783484#action_12783484 ] Martijn van Groningen edited comment on SOLR-236 at 11/29/09 9:56 PM:

Re: Entity Extraction feature

2009-11-29 Thread Pradeep Pujari
Thanks. I also noticed Apache UIMA ( http://incubator.apache.org/uima/index.html) is very interesting. Pradeep. --- On Wed, 11/18/09, Grant Ingersoll gsing...@apache.org wrote: From: Grant Ingersoll gsing...@apache.org Subject: Re: Entity Extraction feature To: solr-dev@lucene.apache.org

Re: Entity Extraction feature

2009-11-29 Thread Jason Rutherglen
Stanford's is open source and works quite well. http://nlp.stanford.edu/software/CRF-NER.shtml On Tue, Nov 17, 2009 at 10:25 PM, Pradeep Pujari prade...@rocketmail.com wrote: Hello all, Does Lucene or Solr has entity extraction feature? If so, what is the wiki URL? Thanks, Pradeep.

[jira] Created: (SOLR-1610) Add generics to SolrCache

2009-11-29 Thread Jason Rutherglen (JIRA)
Add generics to SolrCache - Key: SOLR-1610 URL: https://issues.apache.org/jira/browse/SOLR-1610 Project: Solr Issue Type: Improvement Components: search Affects Versions: 1.4 Reporter: Jason

[jira] Updated: (SOLR-1610) Add generics to SolrCache

2009-11-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated SOLR-1610: --- Attachment: SOLR-1610.patch Compiles, ran some of the unit tests. Not sure what else needs

Re: SOLR-1131 - Multiple Fields per Field Type

2009-11-29 Thread Mattmann, Chris A (388J)
Hi Hoss, On 11/29/09 12:22 PM, Chris Hostetter hossman_luc...@fucit.org wrote: that would tell them if a field name is currently in use, but not what to do about it if it is already in use -- FieldType classes shouldn't need complicated hueristics to figure out somethign the user could

[jira] Commented: (SOLR-1571) unicode collation support

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783537#action_12783537 ] Shalin Shekhar Mangar commented on SOLR-1571: - {quote} Shalin, yes I think the

[jira] Assigned: (SOLR-1571) unicode collation support

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar reassigned SOLR-1571: --- Assignee: Shalin Shekhar Mangar unicode collation support

[jira] Created: (SOLR-1611) Import Lucene 2.9.1 Collation jar

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
Import Lucene 2.9.1 Collation jar - Key: SOLR-1611 URL: https://issues.apache.org/jira/browse/SOLR-1611 Project: Solr Issue Type: New Feature Reporter: Shalin Shekhar Mangar Assignee:

[jira] Resolved: (SOLR-1611) Import Lucene 2.9.1 Collation jar

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1611. - Resolution: Fixed Committed revision 885335. Import Lucene 2.9.1 Collation jar

[jira] Resolved: (SOLR-1571) unicode collation support

2009-11-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shalin Shekhar Mangar resolved SOLR-1571. - Resolution: Fixed Fix Version/s: 1.5 Committed revision 885338. Thanks