Potential feature request?

2007-01-29 Thread Oliver Hummel
Hi, I just stumbled across an issue with Lucene's QueryParser. Perhaps you already discussed this here, but googling for it didn't bring me to a solution. I realized that lucene is obviously not able to exclude fields, right? E.g. something like -url:com always delivers 0 results. Is this beh

Re: Potential feature request?

2007-01-29 Thread Oliver Hummel
> I realized that lucene is obviously not able to exclude fields, right? E.g. > something like > > -url:com > > always delivers 0 results. Is this behaviour deliberate? Is there any > rationale > for it? Ok, RTFM... :-) http://lucene.apache.org/java/docs/queryparsersyntax.html says that one

LSI, Latent Semantic Indexing

2007-01-29 Thread Christoph Pächter
Is there any work/project to include LSI in Lucene? There are some questions in the mailing lists, but they are older than a year. Something happened since then? Cheers, Christoph - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: LSI, Latent Semantic Indexing

2007-01-29 Thread karl wettin
29 jan 2007 kl. 16.46 skrev Christoph Pächter: Is there any work/project to include LSI in Lucene? There are some questions in the mailing lists, but they are older than a year. Something happened since then? As far as I know, no. But there are many other projects that does it for you. C

Re: LSI, Latent Semantic Indexing

2007-01-29 Thread Mario Alejandro M.
I also research the use of LSA. My interest is simply cluster the information. I found that LSA is a way, but I'm not convinved is the better (also, is very high in CPU and RAM consumption). -- Mario Alejandro Montoya MCP www.paradondevamos.com !El mejor sitio de restaurantes y entretenimiento d

Re: LSI, Latent Semantic Indexing

2007-01-29 Thread J. Delgado
It all depends for what you need it for. BTW, Latent Semantic Analysis (LSA) is a super set of LSI. LSI concentrates on just how to index and search documents in a reduced dimensional (latent) space whether LSA includes a range of possible analysis that can be done on representations in this space

Re: LSI, Latent Semantic Indexing

2007-01-29 Thread Christoph Pächter
Thank you for your answers. I have no particular need. I just thought that there is the fuzzysearch for syntactical proximity search, there may be some implementation (in Lucene or external, easy to include) for a semantical proximity search (LSI or something similar). Just wanted to test it on so

[jira] Commented: (LUCENE-565) Supporting deleteDocuments in IndexWriter (Code and Performance Results Provided)

2007-01-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468371 ] Yonik Seeley commented on LUCENE-565: - I just reviewed this, and it looks good to me. I like how you managed to e

[jira] Updated: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-29 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber updated LUCENE-781: Attachment: multireader.diff updated patch > NPE in MultiReader.isCurrent() and getVersion() > ---

[jira] Updated: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-29 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Naber updated LUCENE-781: Attachment: multireader_test.diff updated patch > NPE in MultiReader.isCurrent() and getVersion()

[jira] Commented: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-29 Thread Daniel Naber (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468424 ] Daniel Naber commented on LUCENE-781: - I've attached an updated patch that now throws an exception for isCurrent(

[jira] Created: (LUCENE-789) Custom similarity is ignored when using MultiSearcher

2007-01-29 Thread Alexey Lef (JIRA)
Custom similarity is ignored when using MultiSearcher - Key: LUCENE-789 URL: https://issues.apache.org/jira/browse/LUCENE-789 Project: Lucene - Java Issue Type: Bug Components: Se

[jira] Commented: (LUCENE-781) NPE in MultiReader.isCurrent() and getVersion()

2007-01-29 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468436 ] Hoss Man commented on LUCENE-781: - comments based on cursory read of latest patch(es)... 1) I still think the IndexR

[jira] Updated: (LUCENE-626) Adaptive, user query session analyzing spell checker.

2007-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-626: --- Attachment: (was: spellcheck_0.0.1.tar.gz) > Adaptive, user query session analyzing spell checker

[jira] Updated: (LUCENE-626) Adaptive, user query session analyzing spell checker.

2007-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-626: --- Attachment: (was: spellcheck_20060725.tar.gz) > Adaptive, user query session analyzing spell chec

[jira] Updated: (LUCENE-626) Adaptive, user query session analyzing spell checker.

2007-01-29 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-626: --- Attachment: (was: spellcheck_20060804.tar.gz) > Adaptive, user query session analyzing spell chec

"xml" query parser, except with JSON

2007-01-29 Thread Erik Hatcher
I'm curious, Mark, what you think about the XMLQueryParser being morphed into a JSON query parser. Is it possible to introduce a new serialization format without rewriting the whole parser? Or is it intimately tied to XML throughout? Solr could really benefit from allowing queries to be p