[jira] Commented: (SOLR-885) Generify NamedListCodec

2008-12-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657903#action_12657903 ] Yonik Seeley commented on SOLR-885: --- bq. But renaming the class to JavabinCodec makes sense

[jira] Updated: (SOLR-929) error in admin interface for dynamicField name=* type=ignored

2008-12-18 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-929: -- Fix Version/s: 1.4 error in admin interface for dynamicField name=* type=ignored

[jira] Created: (SOLR-927) remove synchronization from lazy loaded handlers

2008-12-17 Thread Yonik Seeley (JIRA)
remove synchronization from lazy loaded handlers Key: SOLR-927 URL: https://issues.apache.org/jira/browse/SOLR-927 Project: Solr Issue Type: Improvement Reporter: Yonik Seeley

[jira] Commented: (SOLR-885) Generify NamedListCodec

2008-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657487#action_12657487 ] Yonik Seeley commented on SOLR-885: --- What is gained by making NamedListCodec a generic?

[jira] Resolved: (SOLR-911) multi-select facets

2008-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-911. --- Resolution: Fixed Committed. I don't believe there are changes suggested to the API, just possible

[jira] Commented: (SOLR-918) Thread safety issue in SolrCore.infoRegistry

2008-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-918?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657606#action_12657606 ] Yonik Seeley commented on SOLR-918: --- Hmmm, it used to be a synchronized map. Looks like

[jira] Commented: (SOLR-885) Generify NamedListCodec

2008-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657681#action_12657681 ] Yonik Seeley commented on SOLR-885: --- bq. NamedListCodec dictates the root Object to be a

[jira] Commented: (SOLR-912) org.apache.solr.common.util.NamedList - Typesafe efficient variant - ModernNamedList introduced - implementing the same API as NamedList

2008-12-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657692#action_12657692 ] Yonik Seeley commented on SOLR-912: --- While we're going down the micro-benchmarking path, I

[jira] Commented: (SOLR-917) RequestHandlers#handlers is a synchronizedMap()

2008-12-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657011#action_12657011 ] Yonik Seeley commented on SOLR-917: --- Remember to test patches - this causes everything to

[jira] Commented: (SOLR-911) multi-select facets

2008-12-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657096#action_12657096 ] Yonik Seeley commented on SOLR-911: --- bq. but then how will the client know how what to

[jira] Updated: (SOLR-911) multi-select facets

2008-12-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-911: -- Attachment: SOLR-911.patch Attaching finished patch. I'll wait a little while before committing to give

[jira] Commented: (SOLR-915) SolrCore;close() - scope to exploit parallelism among the number of closeHooks

2008-12-15 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12656876#action_12656876 ] Yonik Seeley commented on SOLR-915: --- Another issue with calling close hooks in parallel is

[jira] Updated: (SOLR-911) multi-select facets

2008-12-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-911: -- Attachment: SOLR-911.patch Whew, things got complicated in distributed search refinement queries

[jira] Created: (SOLR-911) multi-select facets

2008-12-13 Thread Yonik Seeley (JIRA)
multi-select facets --- Key: SOLR-911 URL: https://issues.apache.org/jira/browse/SOLR-911 Project: Solr Issue Type: New Feature Components: search Reporter: Yonik Seeley Fix For: 1.4

[jira] Updated: (SOLR-911) multi-select facets

2008-12-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-911?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-911: -- Attachment: SOLR-911.patch OK, here's a prototype (still needs string-constants, distrib support, and

[jira] Commented: (SOLR-885) Generify NamedListCodec

2008-12-09 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654840#action_12654840 ] Yonik Seeley commented on SOLR-885: --- Noble, did you attach the latest patch? Generify

[jira] Commented: (SOLR-781) Change facet.sort from boolean to string and specify sort method explicitely

2008-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654213#action_12654213 ] Yonik Seeley commented on SOLR-781: --- Lars, I already committed some code to normalize on

[jira] Updated: (SOLR-475) multi-valued faceting via un-inverted field

2008-12-07 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-475: -- Attachment: SOLR-475.patch update: - closing of term enumerators (not strictly necessary in Lucene now,

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654102#action_12654102 ] Yonik Seeley commented on SOLR-877: --- bq. I still like rows better than limit, So are you

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654118#action_12654118 ] Yonik Seeley commented on SOLR-877: --- bq. Does every param need to be consistent? No...

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654120#action_12654120 ] Yonik Seeley commented on SOLR-877: --- Another thought I'll just throw out there w/o

[jira] Commented: (SOLR-781) Change facet.sort from boolean to string and specify sort method explicitely

2008-12-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654161#action_12654161 ] Yonik Seeley commented on SOLR-781: --- Thank you for your persistence Lars, I'll try and take

[jira] Resolved: (SOLR-781) Change facet.sort from boolean to string and specify sort method explicitely

2008-12-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-781. --- Resolution: Fixed Committed - thanks Lars! Change facet.sort from boolean to string and specify sort

[jira] Commented: (SOLR-781) Change facet.sort from boolean to string and specify sort method explicitely

2008-12-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12654176#action_12654176 ] Yonik Seeley commented on SOLR-781: --- I've also turned off over-requesting (increasing

[jira] Assigned: (SOLR-898) JSONResponseWriter bug

2008-12-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-898: - Assignee: Yonik Seeley JSONResponseWriter bug --- Key:

[jira] Resolved: (SOLR-898) JSONResponseWriter bug

2008-12-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-898. --- Resolution: Fixed Fix Version/s: 1.4 I just committed a fix for this. JSONResponseWriter bug

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-12-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653484#action_12653484 ] Yonik Seeley commented on SOLR-799: --- Why not plug in an entirely new chain? That is one of

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-12-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652836#action_12652836 ] Yonik Seeley commented on SOLR-799: --- bq. Now that I look to fix this, I am not

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653187#action_12653187 ] Yonik Seeley commented on SOLR-877: --- lol - didn't take too long for other faceting like

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653189#action_12653189 ] Yonik Seeley commented on SOLR-877: --- Noble: would optionally using something like a radix

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-12-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653202#action_12653202 ] Yonik Seeley commented on SOLR-877: --- Regardless of how optimizations are selected or turned

[jira] Commented: (SOLR-892) PHPResponseWriter fails to serialize boolean vars for spellcheck output

2008-12-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12652403#action_12652403 ] Yonik Seeley commented on SOLR-892: --- I don't know PHP, but I was able to verify that

[jira] Updated: (SOLR-892) PHPResponseWriter fails to serialize boolean vars for spellcheck output

2008-12-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-892: -- Attachment: SOLR-892.patch This simple patch should fix the boolean encoding issue. PHPResponseWriter

[jira] Resolved: (SOLR-465) Add configurable DirectoryProvider so that alternate Directory implementations can be specified via solrconfig.xml

2008-11-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-465. --- Resolution: Fixed Committed. Thanks Mark! Add configurable DirectoryProvider so that alternate

[jira] Resolved: (SOLR-879) stopword filter config error in sample schema

2008-11-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-879. --- Resolution: Fixed Fix Version/s: 1.4 committed. stopword filter config error in sample schema

[jira] Resolved: (SOLR-836) a is missing from stopwords.txt

2008-11-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-836. --- Resolution: Fixed Fix Version/s: 1.4 committed, adding a as the only change. a is missing

[jira] Commented: (SOLR-885) Generify NamedListCodec

2008-11-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651743#action_12651743 ] Yonik Seeley commented on SOLR-885: --- bq. I do not see any difference between NamedList and

[jira] Issue Comment Edited: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-11-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651598#action_12651598 ] [EMAIL PROTECTED] edited comment on SOLR-877 at 11/28/08 8:45 AM: -

[jira] Commented: (SOLR-877) Access to Lucene's TermEnum capabilities

2008-11-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651607#action_12651607 ] Yonik Seeley commented on SOLR-877: --- It's not about duplicating effort (implementation),

[jira] Commented: (SOLR-879) stopword filter config error in sample schema

2008-11-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12651376#action_12651376 ] Yonik Seeley commented on SOLR-879: --- The other problem is we never set

[jira] Updated: (SOLR-879) stopword filter config error in sample schema

2008-11-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-879: -- Attachment: SOLR-879.patch Here's a patch that changes the default for the parser and fixes the example

[jira] Created: (SOLR-879) stopword filter config error in sample schema

2008-11-24 Thread Yonik Seeley (JIRA)
stopword filter config error in sample schema - Key: SOLR-879 URL: https://issues.apache.org/jira/browse/SOLR-879 Project: Solr Issue Type: Bug Reporter: Yonik Seeley

[jira] Resolved: (SOLR-475) multi-valued faceting via un-inverted field

2008-11-24 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-475. --- Resolution: Fixed Fix Version/s: 1.4 Committed. multi-valued faceting via un-inverted field

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650035#action_12650035 ] Yonik Seeley commented on SOLR-667: --- Thanks Noble, looks like that solution should work.

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650055#action_12650055 ] Yonik Seeley commented on SOLR-667: --- OK, committed latest patch after some minor logic

[jira] Updated: (SOLR-475) multi-valued faceting via un-inverted field

2008-11-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-475: -- Attachment: facet_performance.html I've finished this implementation and am cleaning it up for

[jira] Commented: (SOLR-475) multi-valued faceting via un-inverted field

2008-11-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650071#action_12650071 ] Yonik Seeley commented on SOLR-475: --- Some further results on a bigger index to show some

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12650104#action_12650104 ] Yonik Seeley commented on SOLR-667: --- I think the default should remain cleanupThread=false.

[jira] Updated: (SOLR-475) multi-valued faceting via un-inverted field

2008-11-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-475: -- Attachment: SOLR-475.patch Attaching patch with tests. This is well tested, so I'll probably commit

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12649982#action_12649982 ] Yonik Seeley commented on SOLR-667: --- Does this have a thread leak? Where is

[jira] Commented: (SOLR-84) Logo Contests

2008-11-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-84?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12648481#action_12648481 ] Yonik Seeley commented on SOLR-84: -- I'm liking

[jira] Commented: (SOLR-856) Suport for Accept-Encoding : gzip in SolrDispatchFilter

2008-11-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12648025#action_12648025 ] Yonik Seeley commented on SOLR-856: --- As Donovan pointed out, the alternative is to let the

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647657#action_12647657 ] Yonik Seeley commented on SOLR-667: --- The ability to use a separate cleanup thread is

[jira] Commented: (SOLR-855) newSearcher(String name, boolean readOnly) doesn't work as advertised

2008-11-13 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647431#action_12647431 ] Yonik Seeley commented on SOLR-855: --- It's never actually called in Solr code, but I suppose

[jira] Commented: (SOLR-465) Add configurable DirectoryProvider so that alternate Directory implementations can be specified via solrconfig.xml

2008-11-12 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647002#action_12647002 ] Yonik Seeley commented on SOLR-465: --- Hmmm, can you expand on what's wrong? Add

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-11-06 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645647#action_12645647 ] Yonik Seeley commented on SOLR-561: --- bq. Am i crazy or are these real problems? Right, as

[jira] Commented: (SOLR-835) reduce Object creation in SearchHandler

2008-11-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-835?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645230#action_12645230 ] Yonik Seeley commented on SOLR-835: --- Thanks, I just removed the now-redundant

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645302#action_12645302 ] Yonik Seeley commented on SOLR-667: --- I just committed a fix to the setting of

[jira] Created: (SOLR-836) a is missing from stopwords.txt

2008-11-05 Thread Yonik Seeley (JIRA)
a is missing from stopwords.txt - Key: SOLR-836 URL: https://issues.apache.org/jira/browse/SOLR-836 Project: Solr Issue Type: Improvement Reporter: Yonik Seeley Priority: Trivial An

[jira] Commented: (SOLR-836) a is missing from stopwords.txt

2008-11-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645319#action_12645319 ] Yonik Seeley commented on SOLR-836: --- Also, since then, the word list from Lucene's

[jira] Commented: (SOLR-465) Add configurable DirectoryProvider so that alternate Directory implementations can be specified via solrconfig.xml

2008-11-05 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645348#action_12645348 ] Yonik Seeley commented on SOLR-465: --- Patch looks good to me - I'll commit shortly. Add

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-11-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645061#action_12645061 ] Yonik Seeley commented on SOLR-799: --- bq. Maybe we just do overwrite dupe for now? +1, as

[jira] Commented: (SOLR-759) DateField already formats the date as a string before sending it to the writer

2008-11-04 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12645095#action_12645095 ] Yonik Seeley commented on SOLR-759: --- I agree it's non-optimal, but I don't see a good way

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644594#action_12644594 ] Yonik Seeley commented on SOLR-667: --- bq. Isn't it too expensive to create a potentially

[jira] Issue Comment Edited: (SOLR-667) Alternate LRUCache implementation

2008-11-02 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644594#action_12644594 ] [EMAIL PROTECTED] edited comment on SOLR-667 at 11/2/08 7:39 AM:

[jira] Updated: (SOLR-667) Alternate LRUCache implementation

2008-11-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-667: -- Attachment: SOLR-667-alternate.patch Added some minor changes, making sure that minLimit = 1 and limit

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-11-01 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644540#action_12644540 ] Yonik Seeley commented on SOLR-667: --- Latest patch: - fixes an off-by-one (it was possible

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-10-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644321#action_12644321 ] Yonik Seeley commented on SOLR-667: --- Thanks Noble, we had a mid-air implementation

[jira] Updated: (SOLR-667) Alternate LRUCache implementation

2008-10-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-667: -- Attachment: SOLR-667-alternate.patch OK, here's the implementation based on my previous pseudo code,

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-10-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644389#action_12644389 ] Yonik Seeley commented on SOLR-667: --- Nobe, your latest patch contains code like this:

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643968#action_12643968 ] Yonik Seeley commented on SOLR-667: --- Todd, what's the used size of your Document cache?

[jira] Updated: (SOLR-667) Alternate LRUCache implementation

2008-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-667: -- Attachment: SOLR-667-updates.patch Some minor updates: - fix thread saftey issue in finalizer

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643984#action_12643984 ] Yonik Seeley commented on SOLR-667: --- Todd: have you verified that the hit rate stays at

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644023#action_12644023 ] Yonik Seeley commented on SOLR-667: --- The markAndSweep logic in the current code didn't

[jira] Assigned: (SOLR-667) Alternate LRUCache implementation

2008-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley reassigned SOLR-667: - Assignee: Yonik Seeley (was: Shalin Shekhar Mangar) Alternate LRUCache implementation

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-10-30 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12644097#action_12644097 ] Yonik Seeley commented on SOLR-667: --- I'll take a crack at updating the patch such that too

[jira] Issue Comment Edited: (SOLR-651) A SearchComponent for fetching TF-IDF values

2008-10-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-651?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12643270#action_12643270 ] [EMAIL PROTECTED] edited comment on SOLR-651 at 10/28/08 10:23 AM:

[jira] Commented: (SOLR-620) Velocity Response Writer

2008-10-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642622#action_12642622 ] Yonik Seeley commented on SOLR-620: --- Would it make sense to allow passing of the velocity

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-561: -- Attachment: SOLR-561-fixes.patch Attaching some little thread safety fixes (mostly adding volatile to

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-561: -- Attachment: SOLR-561-fixes.patch Updated the fixes patch with more thread safety fixes. Q: what is

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642217#action_12642217 ] Yonik Seeley commented on SOLR-561: --- I think there's an issue with SnapShooter in that it

[jira] Updated: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-23 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-561: -- Attachment: SOLR-561-fixes.patch Here's an update to the fixes patch that fixes an issue with

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-22 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12642026#action_12642026 ] Yonik Seeley commented on SOLR-561: --- Committed with 2 changes: - getSearcher() isn't

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641412#action_12641412 ] Yonik Seeley commented on SOLR-561: --- Snappuller should use getNewestSearcher() rather than

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641418#action_12641418 ] Yonik Seeley commented on SOLR-561: --- I didn't catch earlier how reservations were done:

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641543#action_12641543 ] Yonik Seeley commented on SOLR-561: --- bq. The SnapPuller calls commit with

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-21 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12641550#action_12641550 ] Yonik Seeley commented on SOLR-561: --- bq. Since files are transferred in one go, the master

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12639406#action_12639406 ] Yonik Seeley commented on SOLR-561: --- Why are files downloaded to a temp directory first?

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-10-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12639470#action_12639470 ] Yonik Seeley commented on SOLR-799: --- overwriting is implemented and supported in Lucene now

[jira] Commented: (SOLR-561) Solr replication by Solr (for windows also)

2008-10-14 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12639493#action_12639493 ] Yonik Seeley commented on SOLR-561: --- bq. If Solr crashes while downloading that will leave

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-10-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12637976#action_12637976 ] Yonik Seeley commented on SOLR-799: --- bq. I agree that it is wise to separate the detection

[jira] Commented: (SOLR-799) Add support for hash based exact/near duplicate document handling

2008-10-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12638009#action_12638009 ] Yonik Seeley commented on SOLR-799: --- Some thoughts... - How should different types be

[jira] Commented: (SOLR-784) Support loading queries from external files in QuerySenderListener

2008-09-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635138#action_12635138 ] Yonik Seeley commented on SOLR-784: --- The list of things that people want to configure

[jira] Commented: (SOLR-667) Alternate LRUCache implementation

2008-09-27 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12635159#action_12635159 ] Yonik Seeley commented on SOLR-667: --- bq. I can improve mine with your cleanup code (if you

[jira] Updated: (SOLR-667) Alternate LRUCache implementation

2008-09-26 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-667: -- Attachment: ConcurrentLRUCache.java Here is a prototype of an idea I've had for a while for an efficient

[jira] Commented: (SOLR-739) Add support for OmitTf

2008-09-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631877#action_12631877 ] Yonik Seeley commented on SOLR-739: --- OK, so do we have any consensus on what people think

[jira] Commented: (SOLR-739) Add support for OmitTf

2008-09-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-739?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631904#action_12631904 ] Yonik Seeley commented on SOLR-739: --- bq. the other possibility would be to make it

[jira] Created: (SOLR-775) DirectUpdateHandlerOptimizeTest needs diff way to test for num segments.

2008-09-17 Thread Yonik Seeley (JIRA)
DirectUpdateHandlerOptimizeTest needs diff way to test for num segments. Key: SOLR-775 URL: https://issues.apache.org/jira/browse/SOLR-775 Project: Solr Issue Type:

[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr

2008-09-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12631963#action_12631963 ] Yonik Seeley commented on SOLR-773: --- I haven't yet looked at the contributions (but I did

[jira] Resolved: (SOLR-374) use IndexReader.reopen

2008-09-17 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved SOLR-374. --- Resolution: Fixed Committed. Thanks Mark! This did cause a test failure on windows, but it's the

<    4   5   6   7   8   9   10   11   12   13   >