[jira] Commented: (LUCENE-2393) Utility to output total term frequency and df from a lucene index

2010-04-14 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12857107#action_12857107 ] Otis Gospodnetic commented on LUCENE-2393: -- I think creating a small index

Re: #lucene IRC log [was: RE: lucene and solr trunk]

2010-03-23 Thread Otis Gospodnetic
Uh, the IRC logs... Do people really think making those *searchable* would be useful? I think they'd be *extremely* noisy and hard to interpret without a person really just sequentially reading them. Lots of people talking at the same time, multiple topics, lots of very short intertwined

Re: Compound File Default

2010-01-12 Thread Otis Gospodnetic
I think what has changed is that a lot more people hit this problem, and a number of people provided answers, so it's much easier now for a new person to learn what to do when this limit is hit. At the same time, seeing how some people benchmark systems without tuning them and then publish

Re: Lucene 2.9.0 Near Real Time Indexing and lock timeouts

2010-01-12 Thread Otis Gospodnetic
John, Yes, you should get 2.9.0 or 3.0.0, their indexing is faster. Still, even with 2.4.0 you shouldn't run into problems if you are really using just 1 IndexWriter. Still, I'd try upgrading first. Oh, and java-user is the place to ask. Otis -- Sematext -- http://sematext.com/ -- Solr -

Re: Lucene 2.9.0 Near Real Time Indexing and Service Crashes/restarts

2010-01-12 Thread Otis Gospodnetic
John, you should have a look at Zoie. I just finished adding LinkedIn's case study about Zoie to Lucene in Action 2, so this is fresh in my mind. :) Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message From: jchang jchangkihat...@gmail.com To:

Re: Compound File Default

2010-01-12 Thread Otis Gospodnetic
Subject: Re: Compound File Default Otis Gospodnetic wrote: At the same time, seeing how some people benchmark systems without tuning them and then publish their results, cfs may be safer. Though at the same time you get nailed with a 10-15% indexing speed hit. -- - Mark http

Re: Compound File Default

2010-01-11 Thread Otis Gospodnetic
+1. I never liked having the compound format be the default, since increasing the max # of open file handles is a well documented thing, at least in the UNIX world. Otis -- Sematext -- http://sematext.com/ -- Solr - Lucene - Nutch - Original Message From: Grant Ingersoll

[jira] Commented: (LUCENE-2127) Improved large result handling

2010-01-07 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12797776#action_12797776 ] Otis Gospodnetic commented on LUCENE-2127: -- +1 for Aaron's patch in a separate

[jira] Commented: (LUCENE-1910) Extension to MoreLikeThis to use tag information

2009-12-15 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12790889#action_12790889 ] Otis Gospodnetic commented on LUCENE-1910: -- * I'll second Mark's suggestion

[jira] Commented: (LUCENE-2091) Add BM25 Scoring to Lucene

2009-12-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785473#action_12785473 ] Otis Gospodnetic commented on LUCENE-2091: -- +1 for skipping BM25 and going

[jira] Commented: (LUCENE-2091) Add BM25 Scoring to Lucene

2009-12-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12785690#action_12785690 ] Otis Gospodnetic commented on LUCENE-2091: -- Joaquin - could you please explain

[jira] Commented: (LUCENE-2091) Add BM25 Scoring to Lucene

2009-11-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783530#action_12783530 ] Otis Gospodnetic commented on LUCENE-2091: -- Has anyone compared this particular

[jira] Issue Comment Edited: (LUCENE-2091) Add BM25 Scoring to Lucene

2009-11-29 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12783530#action_12783530 ] Otis Gospodnetic edited comment on LUCENE-2091 at 11/30/09 4:21 AM

Sentence detection/extraction as Tokenizer?

2009-11-27 Thread Otis Gospodnetic
Hello, The contrib/wordnet package contains an AnalyzerUtil class with a method that extracts sentences from text/String. It is super-simplistic, so probably not very accurate, but I am wondering if *conceptually* it would make sense to have a Tokenizer that extracts sentences? I suppose

Distributing index over N disks

2009-11-24 Thread Otis Gospodnetic
Hello, Would it make sense and be possible to spread different index files over multiple disks (without resorting to putting an index on a RAID)? For example, what if the index files didn't live in a single index dir, but were organized by their type in a snallow dir tree, like this:

Re: Whither Query Norm?

2009-11-24 Thread Otis Gospodnetic
I'm late to the thread, and although it looks like the discussion is over, I'll inline a Q for Jake. I should add in my $0.02 on whether to just get rid of queryNorm() altogether: -1 from me, even though it's confusing, because having that call there (somewhere, at least) allows you to

Re: Whither Query Norm?

2009-11-24 Thread Otis Gospodnetic
Hello, Regarding that monstrous term-idf map. Is this something that one could use to adjust the scores in http://wiki.apache.org/solr/DistributedSearch#Distributed_Searching_Limitations scenario? Say a map like that was created periodically for each shard and distributed to all other nodes

contrib-db javadoc 404s

2009-11-18 Thread Otis Gospodnetic
Not sure why, but this contrib's javadoc is missing: http://lucene.apache.org/java/2_9_1/api/contrib-db/index.html Also, the name db always bugged me a little. Would it make more sense to call it contrib-bdb instead of contrib-db? Otis

[jira] Resolved: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-07-14 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-1491. -- Resolution: Fixed Thanks Todd Co. SendingCHANGES.txt Sending

Re: A Comparison of Open Source Search Engines

2009-07-08 Thread Otis Gospodnetic
Interesting, I never realized there was lucene-java-...@apache.org . My thoughts are on http://www.jroller.com/otis/entry/open_source_search_engine_benchmark (and in several comments in the blog itself). Otis - Original Message From: Sean Owen sro...@gmail.com To:

Re: Lucene 2.9 Again

2009-06-24 Thread Otis Gospodnetic
Me, too. I noticed Grant mentioned this in one of the long emails/threads, too, a few weeks back, but I didn't want to pull out just that piece and disturb the thread. And I bet people outside Lucene would love to have search-independent set of chainable tokenizers, token filters, and such.

Re: javadoc language

2009-06-19 Thread Otis Gospodnetic
+1 for English as much as I like language variety. Otis - Original Message From: Grant Ingersoll gsing...@apache.org To: java-dev@lucene.apache.org Sent: Friday, June 19, 2009 7:33:05 PM Subject: Re: javadoc language I think they should be in English. Keeping the Chinese

[jira] Commented: (LUCENE-1677) Remove GCJ IndexReader specializations

2009-06-04 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716428#action_12716428 ] Otis Gospodnetic commented on LUCENE-1677: -- In my cca 10 year history of being

Re: IR static methods

2009-06-04 Thread Otis Gospodnetic
We have . $ ff \*Info\*java ./src/java/org/apache/lucene/index/FieldInfo.java ./src/java/org/apache/lucene/index/TermVectorOffsetInfo.java ./src/java/org/apache/lucene/index/SegmentInfo.java ./src/java/org/apache/lucene/index/TermInfosWriter.java

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12716053#action_12716053 ] Otis Gospodnetic commented on LUCENE-1491: -- I'm getting convinced to just drop

[jira] Resolved: (LUCENE-1378) Remove remaining @author references

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-1378. -- Resolution: Fixed Done. Thank you Paul. Sendingsrc/java/org/apache/lucene

[jira] Resolved: (LUCENE-898) contrib/javascript is not packaged into releases

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-898. - Resolution: Fixed Done. D javascript/queryEscaper/luceneQueryEscaper.js D

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715551#action_12715551 ] Otis Gospodnetic commented on LUCENE-1491: -- I agree this is an improvement

[jira] Commented: (LUCENE-1272) Support for boost factor in MoreLikeThis

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1271#action_1271 ] Otis Gospodnetic commented on LUCENE-1272: -- Jonathan, would it be possible

svn rm src/jsp ?

2009-06-02 Thread Otis Gospodnetic
Hi, Anyone knows that that stuff under src/jsp is? Looks like an ancient demo webapp but web.xml is empty, which makes me think that stuff doesn't work anyway? svn rm src/jsp ? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

[jira] Commented: (LUCENE-1378) Remove remaining @author references

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715578#action_12715578 ] Otis Gospodnetic commented on LUCENE-1378: -- I think a bunch of that xdocs stuff

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715661#action_12715661 ] Otis Gospodnetic commented on LUCENE-1491: -- I'm not 100% sure - I'm not using

[jira] Commented: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715763#action_12715763 ] Otis Gospodnetic commented on LUCENE-1491: -- Karl - LUCENE-1306 - I agree, I think

[jira] Commented: (LUCENE-1377) Add HTMLStripReader and WordDelimiterFilter from SOLR

2009-06-02 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12715780#action_12715780 ] Otis Gospodnetic commented on LUCENE-1377: -- Could we make this even more generic

Axing contrib-similarity

2009-05-30 Thread Otis Gospodnetic
Hi, I just stumbled upon: http://repo1.maven.org/maven2/org/apache/lucene/lucene-similarity/ Nothing since 2.2.0?! Well, it looks like there really is nothing in contrib/similarity (the SweetSpotSimilarity is in contrib/miscellaneous): similarity |-- README.txt |-- build.xml |--

[jira] Commented: (LUCENE-1629) contrib intelligent Analyzer for Chinese

2009-05-28 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714285#action_12714285 ] Otis Gospodnetic commented on LUCENE-1629: -- I just got to look at this code and I

Re: Lucene's default settings back compatibility

2009-05-18 Thread Otis Gospodnetic
Me like! Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Michael McCandless luc...@mikemccandless.com To: java-dev@lucene.apache.org Sent: Monday, May 18, 2009 5:06:39 PM Subject: Lucene's default settings back compatibility As we

[jira] Commented: (LUCENE-1284) Set of Java classes that allow the Lucene search engine to use morphological information developed for the Apertium open-source machine translation platform (http://www

2009-04-23 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12702192#action_12702192 ] Otis Gospodnetic commented on LUCENE-1284: -- Hm, I feel that because

Re: I wanna contribute a Chinese analyzer to lucene

2009-04-16 Thread Otis Gospodnetic
-- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch From: Gao Pinker xiaoping...@gmail.com To: java-dev@lucene.apache.org Sent: Thursday, April 16, 2009 9:58:51 AM Subject: I wanna contribute a Chinese analyzer to lucene Hi All! I wrote a Analyzer

Re: I wanna contribute a Chinese analyzer to lucene

2009-04-16 Thread Otis Gospodnetic
This would be a great contribution. I took a quick look at the ZIP file and noticed it depends on, say, net.imdict.wordsegment.WordSegmenter, but I didn't see that class anywhere. I assume you will patch and polish things, but I thought I'd point this out. Thanks! Otis -- Sematext --

[jira] Commented: (LUCENE-1284) Set of Java classes that allow the Lucene search engine to use morphological information developed for the Apertium open-source machine translation platform (http://www

2009-04-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697952#action_12697952 ] Otis Gospodnetic commented on LUCENE-1284: -- Hi Felipe, OK, I looked at this some

[jira] Commented: (LUCENE-1284) Set of Java classes that allow the Lucene search engine to use morphological information developed for the Apertium open-source machine translation platform (http://www

2009-04-08 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697185#action_12697185 ] Otis Gospodnetic commented on LUCENE-1284: -- Felipe: I took another look

[jira] Commented: (LUCENE-1284) Set of Java classes that allow the Lucene search engine to use morphological information developed for the Apertium open-source machine translation platform (http://www

2009-04-08 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12697208#action_12697208 ] Otis Gospodnetic commented on LUCENE-1284: -- One more for Felipe. Is there a page

[jira] Commented: (LUCENE-1561) Maybe rename Field.omitTf, and strengthen the javadocs

2009-03-23 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12688385#action_12688385 ] Otis Gospodnetic commented on LUCENE-1561: -- Might be good to keep a consistent

Re: Is minor code cleanup desirable?

2009-03-13 Thread Otis Gospodnetic
I haven't looked at that code in a while, but I bet it could use some comment/explanation love. Consider doing that if you'll be going through that corner of the code base. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Michael

g...@clef

2009-02-28 Thread Otis Gospodnetic
Hi, Has anyone noticed http://ir.dcs.gla.ac.uk/terrier/issues/browse/TR-9 ? Interesting? Hm, a GSoC project candidate and something that could take the student to CLEF 2009 to present his/her work? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

Bitmap index

2009-02-27 Thread Otis Gospodnetic
Hi, I've had http://en.wikipedia.org/wiki/Bitmap_index open in my browser for weeks, thinking I'd bring it up here -- would a bitmap index make sense anywhere in Lucene (or perhaps Solr)? Otis - To unsubscribe, e-mail:

Re: Bitmap index

2009-02-27 Thread Otis Gospodnetic
Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Friday, February 27, 2009 9:33 PM To: java-dev@lucene.apache.org Subject: Bitmap index Hi, I've had http://en.wikipedia.org/wiki

Re: Bitmap index

2009-02-27 Thread Otis Gospodnetic
-fast indexes there). Uwe - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com] Sent: Friday, February 27, 2009 9:33 PM To: java-dev

[jira] Commented: (LUCENE-1284) Set of Java classes that allow the Lucene search engine to use morphological information developed for the Apertium open-source machine translation platform (http://www

2009-02-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12675604#action_12675604 ] Otis Gospodnetic commented on LUCENE-1284: -- Felipe - I'll have a look

Re: LIA2 on l.a.o/java OK?

2009-02-20 Thread Otis Gospodnetic
I think Erik put it well. I'd agree with that thinking even if I were not the co-author. Listing LIA2 on the Wiki is good (and done), but my fear is that only some people will find it there. I think showing LIA2 on the main page and making it a bit stickier than a regular news item is a way

Lucene’s Missing Term/Field Query Structure

2009-01-22 Thread Otis Gospodnetic
I think lots of people here will find this interesting: http://lingpipe-blog.com/2009/01/21/lucenes-missing-termfield-query-structure/ Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - To unsubscribe,

Re: [jira] Closed: (SOLR-954) SolrQuery - better cross-referential documentation / fix inconsistent cross-reference links .

2009-01-14 Thread Otis Gospodnetic
Environment: Tomcat 6, Java 6 Reporter: Kay Kay Assignee: Otis Gospodnetic Priority: Minor Fix For: 1.4 Attachments: SOLR-954.patch, SOLR-954.patch Original Estimate: 3h Remaining Estimate: 3h SolrQuery methods need

[jira] Commented: (LUCENE-1519) Change Primitive Data Types from int to long in class SegmentMerger.java

2009-01-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12663633#action_12663633 ] Otis Gospodnetic commented on LUCENE-1519: -- Deepak - could you please bring

[jira] Commented: (LUCENE-1513) fastss fuzzyquery

2009-01-06 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661302#action_12661302 ] Otis Gospodnetic commented on LUCENE-1513: -- I feel like I missed some FastSS

[jira] Commented: (LUCENE-1511) Improve Java packages (remove shared/split packages, refactore naming scheme)

2009-01-05 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12660808#action_12660808 ] Otis Gospodnetic commented on LUCENE-1511: -- Perhaps this should have been brough

TrieUtils question

2008-12-30 Thread Otis Gospodnetic
Hello, I'm late looking into Uwe's Trie contrib (nice work!), but while looking at the code/docs for it I wondered why the following API (TrieUtils): // add some numerical fields: double fvalue = 1.057E17; TrieUtils.VARIANT_8BIT.addDoubleTrieCodedDocumentField(doc,

Re: Blob storage

2008-12-26 Thread Otis Gospodnetic
Similar thoughts here. I don't have ML thread pointers nor JIRA issue pointers, but there has been discussion in this area before, and I believe the thinking was that what's needed is a general interface/abstraction/API for storing and loading field data to an external component, be that a

[jira] Updated: (LUCENE-1491) EdgeNGramTokenFilter stops on tokens smaller then minimum gram size.

2008-12-21 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1491: - Lucene Fields: [New, Patch Available] (was: [New]) Fix Version/s: 2.9

[jira] Commented: (LUCENE-1487) FieldCacheTermsFilter

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12655517#action_12655517 ] Otis Gospodnetic commented on LUCENE-1487: -- Would it be possible to reformat

[jira] Updated: (LUCENE-1380) Patch for ShingleFilter.enablePositions (or PositionFilter)

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1380: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/s

[jira] Commented: (LUCENE-1026) Provide a simple way to concurrently access a Lucene index from multiple threads

2008-12-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12655525#action_12655525 ] Otis Gospodnetic commented on LUCENE-1026: -- My impression was that this didn't

[jira] Commented: (LUCENE-855) MemoryCachedRangeFilter to boost performance of Range queries

2008-12-05 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653900#action_12653900 ] Otis Gospodnetic commented on LUCENE-855: - Hi Matt! :) Tim, want to benchmark

[jira] Commented: (LUCENE-1461) Cached filter for a single term field

2008-12-04 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12653361#action_12653361 ] Otis Gospodnetic commented on LUCENE-1461: -- Is this related to LUCENE-855

[jira] Assigned: (LUCENE-689) NullPointerException thrown by equals method in SpanOrQuery

2008-11-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-689?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic reassigned LUCENE-689: --- Assignee: Otis Gospodnetic (was: Steven Parkes) NullPointerException thrown

[jira] Reopened: (LUCENE-1378) Remove remaining @author references

2008-11-17 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic reopened LUCENE-1378: -- Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Remove

[jira] Commented: (LUCENE-1439) Inconsistent API

2008-11-14 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647672#action_12647672 ] Otis Gospodnetic commented on LUCENE-1439: -- Wiki may be more suitable

[jira] Issue Comment Edited: (LUCENE-524) Current implementation of fuzzy and wildcard queries inappropriately implemented as Boolean query rewrites

2008-11-13 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647181#action_12647181 ] otis edited comment on LUCENE-524 at 11/13/08 7:06 AM: ---

[jira] Updated: (LUCENE-1417) Allowing for distance measures that incorporate frequency/popularity for SuggestWord comparison

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1417: - Priority: Minor (was: Major) I agree with Grant. I like that we not have pluggable

[jira] Updated: (LUCENE-1296) Allow use of compact DocIdSet in CachingWrapperFilter

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1296: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/s

[jira] Resolved: (LUCENE-518) document field lengths count analyzer synonym overlays

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-518. - Resolution: Fixed I think LUCENE-1420 fixed this. document field lengths count

[jira] Updated: (LUCENE-1413) Creating PlainTextDictionary with UTF8 files

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1413: - Lucene Fields: [New, Patch Available] (was: [Patch Available, New]) Fix Version/s

[jira] Commented: (LUCENE-1306) CombinedNGramTokenFilter

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12646971#action_12646971 ] Otis Gospodnetic commented on LUCENE-1306: -- Could/should this not be folded

[jira] Resolved: (LUCENE-548) Sort bug using ParallelMultiSearcher

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-548. - Resolution: Won't Fix I agree, doesn't seem worth fixing. Explicit STRING

[jira] Resolved: (LUCENE-711) BooleanWeight should size the weights Vector correctly

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-711. - Resolution: Fixed Assignee: Otis Gospodnetic Sendingsrc/java/org/apache

[jira] Commented: (LUCENE-524) Current implementation of fuzzy and wildcard queries inappropriately implemented as Boolean query rewrites

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647181#action_12647181 ] Otis Gospodnetic commented on LUCENE-524: - Based on the description, yes. Doesn't

[jira] Commented: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647185#action_12647185 ] Otis Gospodnetic commented on LUCENE-38: This thing is 6+ years old and I don't

[jira] Commented: (LUCENE-38) RangeQuery without lower term and inclusive=false skips blank fields

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-38?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12647185#action_12647185 ] Otis Gospodnetic commented on LUCENE-38: This thing is 6+ years old and I don't

[jira] Resolved: (LUCENE-1180) Syns2Index fails

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-1180. -- Resolution: Fixed It looks like Mike fixed this 2 months ago: r694222 | mikemccand

[jira] Resolved: (LUCENE-896) Let users set Similarity for MoreLikeThis

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-896. - Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch Available

[jira] Updated: (LUCENE-1272) Support for boost factor in MoreLikeThis

2008-11-12 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1272: - Priority: Minor (was: Major) Lucene Fields: [New, Patch Available

[jira] Updated: (LUCENE-1424) Change all multi-term querys so that they extend MultiTermQuery and allow for a constant score mode

2008-11-09 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1424: - Summary: Change all multi-term querys so that they extend MultiTermQuery and allow

[jira] Commented: (LUCENE-1410) PFOR implementation

2008-10-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636686#action_12636686 ] Otis Gospodnetic commented on LUCENE-1410: -- For people not intimately familiar

[jira] Commented: (LUCENE-1409) read past EOF

2008-10-01 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12636068#action_12636068 ] Otis Gospodnetic commented on LUCENE-1409: -- Since Lucene 2.4 is about

Re: [jira] Commented: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-30 Thread Otis Gospodnetic
Yeah, there is interest in Hebrew. People ask for it occasionally and I know one vry large news organization that will be looking Lucene/Solr Hebrew support in the coming weeks/months. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From:

Re: [jira] Commented: (LUCENE-1406) new Arabic Analyzer (Apache license)

2008-09-30 Thread Otis Gospodnetic
Oh, and a note on GPL. It's fine to make use of GPL data, it's just that ASF cannot distribute it. So the code could come with (java)docs that point out that things would be better if the analyzer could use the GPL data that can be downloaded from X and it could be written to make use of the

Re: draft 2.4 announcement

2008-09-29 Thread Otis Gospodnetic
Looks good to me! Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Michael McCandless [EMAIL PROTECTED] To: java-dev@lucene.apache.org Sent: Monday, September 29, 2008 3:00:17 PM Subject: draft 2.4 announcement Here's my current

Re: Ocean and GData

2008-09-27 Thread Otis Gospodnetic
seems to also be referred to as GData, but could simply be called the infrastructure supporting Google's realtime search web services. Jason On Sat, Sep 27, 2008 at 1:17 AM, Otis Gospodnetic wrote: Hi, Here is one thing that's been confusing me. http://wiki.apache.org/lucene-java

Re: Ocean and GData

2008-09-27 Thread Otis Gospodnetic
to oranges. Are you suggesting removing the references to GData and GBase? I don't mind, I thought it would help to show people that realtime is in widespread usage somewhere. On Sat, Sep 27, 2008 at 9:46 AM, Otis Gospodnetic wrote: Hi, Maybe it's just terminology, but to me GData is like

Ocean and GData

2008-09-26 Thread Otis Gospodnetic
Hi, Here is one thing that's been confusing me. http://wiki.apache.org/lucene-java/OceanRealtimeSearch?highlight=(GData) often mentions GData and relates it to real-time search (to Ocean), as if it is GData that provides real-time search functionality. But isn't GData simply a communication

Setting Fix Version in JIRA

2008-09-23 Thread Otis Gospodnetic
Hi, When people add new issues to JIRA they most often don't set the Fix Version field. Would it not be better to have a default value for that field, so that new entries don't get forgotten when we filter by Fix Version looking for issues to fix for the next release? If every issue had Fix

Re: Setting Fix Version in JIRA

2008-09-23 Thread Otis Gospodnetic
that one would have to update in the tracker between each release. 23 sep 2008 kl. 21.33 skrev Otis Gospodnetic: Hi, When people add new issues to JIRA they most often don't set the Fix Version field. Would it not be better to have a default value for that field, so that new

Re: 2.4 release branch

2008-09-18 Thread Otis Gospodnetic
Yes, no more 1.4 restriction! :) Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: Michael McCandless [EMAIL PROTECTED] To: java-dev@lucene.apache.org Sent: Wednesday, September 17, 2008 8:37:40 AM Subject: 2.4 release branch OK,

[jira] Updated: (LUCENE-1390) add ISOLatinAccentFilter and deprecate ISOLatin1AccentFilter

2008-09-18 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic updated LUCENE-1390: - Priority: Minor (was: Major) Lucene Fields: [New, Patch Available

[jira] Commented: (LUCENE-112) [PATCH] Add an IndexReader implementation that frees resources when idle and refreshes itself when stale

2008-09-11 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12630265#action_12630265 ] Otis Gospodnetic commented on LUCENE-112: - +1 for closing it. Half a decade ago

[jira] Issue Comment Edited: (LUCENE-1381) Hanging while indexing/digesting on multiple threads

2008-09-11 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12630270#action_12630270 ] otis edited comment on LUCENE-1381 at 9/11/08 10:47 AM:

[jira] Commented: (LUCENE-1381) Hanging while indexing/digesting on multiple threads

2008-09-11 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12630270#action_12630270 ] Otis Gospodnetic commented on LUCENE-1381: -- David, why not bring this up on java

[jira] Resolved: (LUCENE-1381) Hanging while indexing/digesting on multiple threads

2008-09-11 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Otis Gospodnetic resolved LUCENE-1381. -- Resolution: Invalid This is a new piece of code and the stack trace doesn't show

[jira] Commented: (LUCENE-1378) Remove remaining @author references

2008-09-09 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12629631#action_12629631 ] Otis Gospodnetic commented on LUCENE-1378: -- Eh, rusty perl $ find . -name

Re: Realtime Search for Social Networks Collaboration

2008-09-07 Thread Otis Gospodnetic
Hi, - Original Message From: J. Delgado [EMAIL PROTECTED] To: java-dev@lucene.apache.org Sent: Sunday, September 7, 2008 4:04:58 AM Subject: Re: Realtime Search for Social Networks Collaboration On Sat, Sep 6, 2008 at 1:36 AM, Otis Gospodnetic [EMAIL PROTECTED] wrote: Regarding real

  1   2   3   4   5   6   7   >