Re: is the classes ended with PerThread(*PerThread) multithread

2010-12-28 Thread Simon Willnauer
Hey there, so what you are looking at are classes that are created per Thread rather than shared with other threads. Lucene internally rarely creates threads or subclasses Thread, Runnable or Callable (ParallelMultiSearcher is an exception or some of the merging code). Yet, inside the indexer

Re: is the classes ended with PerThread(*PerThread) multithread

2010-12-28 Thread xu cheng
hi simon thanks for replying very much. after reading the source code with your suggestion, here's my understanding, and I don't know whether it's right: the DocumentsWriter actually don't create threads, but the codes that useDocumentsWriter can do the multithreading(say, several threads call

Re: is the classes ended with PerThread(*PerThread) multithread

2010-12-28 Thread Simon Willnauer
On Tue, Dec 28, 2010 at 10:57 AM, xu cheng xcheng@gmail.com wrote: hi simon thanks for replying very much. after reading the source code with your suggestion, here's my understanding, and I don't know whether it's right: the DocumentsWriter actually don't create threads, but the codes

AW: Improving String Distance calculation performance

2010-12-28 Thread Biedermann,S.,Fa. Post Direkt
Hi Robert, Thanks for your hint about LevensteinAutomata. Are AutomatonQueries planned for an upcoming release? At the moment, we build the reference to boost documents those at query time which contain fuzzily seldom used tokens within a queried region, in a manner of speaking a fuzzied

[jira] Commented: (LUCENE-2836) FieldCache rewrite method for MultiTermQueries

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975477#action_12975477 ] Uwe Schindler commented on LUCENE-2836: --- Hah, cool! The question is, does it really

Re: Improving String Distance calculation performance

2010-12-28 Thread Robert Muir
On Tue, Dec 28, 2010 at 5:26 AM, Biedermann,S.,Fa. Post Direkt s.biederm...@postdirekt.de wrote: Hi Robert, Thanks for your hint about LevensteinAutomata. Are AutomatonQueries planned for an upcoming release? yes, but its in trunk, so you can use it now... At the moment, we build the

[jira] Commented: (LUCENE-2836) FieldCache rewrite method for MultiTermQueries

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975496#action_12975496 ] Robert Muir commented on LUCENE-2836: - The question is, does it really works correct

[jira] Commented: (SOLR-2276) Support for cologne phonetic

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975510#action_12975510 ] Robert Muir commented on SOLR-2276: --- bq. Seems ColognePhonetic will be supported in Apache

Re: Geospatial search in Lucene/Solr

2010-12-28 Thread Smiley, David W.
(I was emailing Grant RE geospatial search and it occurred to me I should be doing this on the Lucene dev list so I've taken it there) On Dec 28, 2010, at 8:31 AM, Grant Ingersoll wrote: On Dec 27, 2010, at 11:52 PM, Smiley, David W. wrote: Hi Grant. I saw your latest blog post at Lucid

Re: Geospatial search in Lucene/Solr

2010-12-28 Thread Robert Muir
On Tue, Dec 28, 2010 at 10:47 AM, Smiley, David W. dsmi...@mitre.org wrote: Presently, I’m working on Lucene’s benchmark contrib module to evaluate the performance of SOLR-2155 compared to the LatLon type (i.e. a pair of lat-lon range queries), and then I’ll work on a more efficient probably

Re: is the classes ended with PerThread(*PerThread) multithread

2010-12-28 Thread Earwin Burrfoot
There is a single indexchain, with a single instance of each chain component, except those ending in -PerThread. Though that's gonna change with https://issues.apache.org/jira/browse/LUCENE-2324 On Tue, Dec 28, 2010 at 13:10, Simon Willnauer simon.willna...@googlemail.com wrote: On Tue, Dec 28,

Re: Geospatial search in Lucene/Solr

2010-12-28 Thread Smiley, David W.
Thanks for letting me know about this Rob. I think geonames is much simpler (and much less data) to work with than wikipedia. It's plain tab-delimited and I like that it includes the population. I'll press forward with my benchmark module based patch. I can relatively easily switch between

Re: Geospatial search in Lucene/Solr

2010-12-28 Thread Robert Muir
On Tue, Dec 28, 2010 at 11:59 AM, Smiley, David W. dsmi...@mitre.org wrote: Thanks for letting me know about this Rob.  I think geonames is much simpler (and much less data) to work with than wikipedia.  It's plain tab-delimited and I like that it includes the population.  I'll press forward

[jira] Updated: (SOLR-2299) improve test-running from eclipse

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2299: -- Attachment: SOLR-2299.patch Same patch, i only fixed a couple tests that explicitly used File to use

[jira] Commented: (SOLR-2301) RSS Feed URL Breaking

2010-12-28 Thread Adam Estrada (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975618#action_12975618 ] Adam Estrada commented on SOLR-2301: Thanks Carl, I heard somewhere that Manifold or

[jira] Created: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-28 Thread Michael McCandless (JIRA)
Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher --- Key: LUCENE-2837 URL:

[jira] Commented: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975649#action_12975649 ] Robert Muir commented on LUCENE-2837: - {quote} but before committing I think we should

[jira] Updated: (SOLR-1566) Allow components to add fields to outgoing documents

2010-12-28 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-1566: Attachment: SOLR-1566-rm.patch updated patch to work with trunk note, this does not do anything

[jira] Created: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-28 Thread Uwe Schindler (JIRA)
ConstantScoreQuery should directly support wrapping Query and simply strip off scores - Key: LUCENE-2838 URL: https://issues.apache.org/jira/browse/LUCENE-2838

Solr pseudo fields in response

2010-12-28 Thread Ryan McKinley
With Yonik's work on SOLR-2297, I figured i would dive back into figuing out how we could do this I updated SOLR-1566 to compile with trunk, but when i looked into really making it work, there are some issues. It looks like the APIs now support extra fields *BUT* they don't do anything, and

[jira] Updated: (LUCENE-2838) ConstantScoreQuery should directly support wrapping Query and simply strip off scores

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2838?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe Schindler updated LUCENE-2838: -- Attachment: LUCENE-2838.patch ConstantScoreQuery should directly support wrapping Query and

[jira] Created: (LUCENE-2839) Visibility of Scorer.score(Collector, int, int) is wrong

2010-12-28 Thread Uwe Schindler (JIRA)
Visibility of Scorer.score(Collector, int, int) is wrong Key: LUCENE-2839 URL: https://issues.apache.org/jira/browse/LUCENE-2839 Project: Lucene - Java Issue Type: Bug

SV:

2010-12-28 Thread Rida Benjelloun
I bought some items from a commercial site, because of the unique channel of purchases, product prices unexpected, I think you can go to see: elesales.com , high-quality products can also attract you. - To unsubscribe, e-mail:

Re:

2010-12-28 Thread Rida Benjelloun
I bought some items from a commercial site, because of the unique channel of purchases, product prices unexpected, I think you can go to see: elesales.com , high-quality products can also attract you. - To unsubscribe, e-mail:

[jira] Commented: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-28 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975670#action_12975670 ] Uwe Schindler commented on LUCENE-2837: --- {quote} I think MultiSearcher has a useful

[jira] Updated: (SOLR-2299) improve test-running from eclipse

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2299: -- Attachment: SOLR-2299_part2.patch here's a patch fixing a lot of tests, only a few core tests left.

[jira] Commented: (LUCENE-2837) Collapse Searcher/Searchable/IndexSearcher; remove contrib/remote; merge PMS into IndexSearcher

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12975676#action_12975676 ] Robert Muir commented on LUCENE-2837: - bq. Query.combine is simply broken, this is

Lucene-3.x - Build # 225 - Still Failing

2010-12-28 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-3.x/225/ All tests passed Build Log (for compile errors): [...truncated 20926 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,

Lucene-trunk - Build # 1409 - Failure

2010-12-28 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-trunk/1409/ All tests passed Build Log (for compile errors): [...truncated 17903 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional

[jira] Updated: (LUCENE-2611) IntelliJ IDEA setup

2010-12-28 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2611: Attachment: LUCENE-2611_eclipse.patch here's the eclipse part (following the same conventions of

Lucene-Solr-tests-only-3.x - Build # 3097 - Failure

2010-12-28 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/3097/ 1 tests failed. REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testReliability Error Message: No live SolrServers available to handle this request Stack Trace:

any issues about the *perthread classes

2010-12-28 Thread xu cheng
hi all I noticed that there are plenty *PerThread classes in the trunk http://svn.apache.org/repos/asf/lucene/dev/trunk/ while in the realtime_search version http://svn.apache.org/repos/asf/lucene/dev/branches/realtime_search/ the *PerThread classes are gone! this just confused me, cos I'm new

Solr-3.x - Build # 211 - Still Failing

2010-12-28 Thread Apache Hudson Server
Build: https://hudson.apache.org/hudson/job/Solr-3.x/211/ All tests passed Build Log (for compile errors): [...truncated 20482 lines...] - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands,