[jira] Commented: (LUCENE-2590) Enable access to the freq information in a Query's sub-scorers

2010-08-16 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898854#action_12898854 ] Michael McCandless commented on LUCENE-2590: OK I like the 3 methods instead

RE: User rights

2010-08-16 Thread karl.wright
There are some contributions to Solr that address this; you might want to search for JIRA tickets in https://issues.apache.org/jira. LCF has a model of document security you may also find interesting, and contributions have been made which enforce this security within Solr as well. Karl

Re: User rights

2010-08-16 Thread Eric Pugh
It's pretty common to put some sort of group access identifier in a document as a multivalued field at index time, and then just filter your search query on those groups. Obviously this doesn't handle all the cases of a group's access to documents changing etc, but is a simple workable

Solr for multiple websites

2010-08-16 Thread Hitendra Molleti
Hi We have a news portal built on a CMS that heavily uses solr for indexing. Going ahead we will be migrating all our other portals to the same platform and are not sure how do we work with Solr for multiple websites. The options are: 1) Using multiple publications/indexes within solr for each

[jira] Created: (SOLR-2048) response testing with JSON

2010-08-16 Thread Yonik Seeley (JIRA)
response testing with JSON -- Key: SOLR-2048 URL: https://issues.apache.org/jira/browse/SOLR-2048 Project: Solr Issue Type: Bug Reporter: Yonik Seeley Use JSON to test for complete matches of complex

[jira] Updated: (SOLR-2048) response testing with JSON

2010-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated SOLR-2048: --- Attachment: SOLR-2048.patch Here's a draft patch that I'm starting to use to test field collapsing.

[jira] Commented: (SOLR-2048) response testing with JSON

2010-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898955#action_12898955 ] Yonik Seeley commented on SOLR-2048: The test strings currently consist of

[jira] Updated: (LUCENE-2603) FastVectorHighlighter: add a method to set an arbitrary char that is used when concatenating multiValued data

2010-08-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2603: --- Attachment: LUCENE-2603.patch FastVectorHighlighter: add a method to set an arbitrary char

[jira] Updated: (SOLR-2049) add hl.multiValuedSeparatorChar for FVH

2010-08-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated SOLR-2049: - Attachment: SOLR-2049.patch add hl.multiValuedSeparatorChar for FVH

[jira] Created: (SOLR-2049) add hl.multiValuedSeparatorChar for FVH

2010-08-16 Thread Koji Sekiguchi (JIRA)
add hl.multiValuedSeparatorChar for FVH --- Key: SOLR-2049 URL: https://issues.apache.org/jira/browse/SOLR-2049 Project: Solr Issue Type: Improvement Components: highlighter Affects

[jira] Commented: (LUCENE-2174) Add new SpatialFilter and DistanceFieldComparatorSource to Spatial

2010-08-16 Thread Graham P (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12898969#action_12898969 ] Graham P commented on LUCENE-2174: -- One unfortunate behaviour of the SpatialFilter is

Re: Solr for multiple websites

2010-08-16 Thread Gora Mohanty
On Mon, 16 Aug 2010 17:34:22 +0400 Hitendra Molleti hitendra.moll...@itp.com wrote: Hi We have a news portal built on a CMS that heavily uses solr for indexing. Going ahead we will be migrating all our other portals to the same platform and are not sure how do we work with Solr for

[jira] Commented: (LUCENE-2590) Enable access to the freq information in a Query's sub-scorers

2010-08-16 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2590?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899000#action_12899000 ] Simon Willnauer commented on LUCENE-2590: - {quote} The heavy generics would be

[jira] Created: (SOLR-2050) Column name in JDBC oracle data source is case sensitivity

2010-08-16 Thread Krzysztof Szalast (JIRA)
Column name in JDBC oracle data source is case sensitivity -- Key: SOLR-2050 URL: https://issues.apache.org/jira/browse/SOLR-2050 Project: Solr Issue Type: Bug Components:

[jira] Created: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Robert Muir (JIRA)
analysis.jsp is incorrect for protWords etc --- Key: SOLR-2051 URL: https://issues.apache.org/jira/browse/SOLR-2051 Project: Solr Issue Type: Bug Components: web gui Affects Versions:

[jira] Updated: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2051: -- Attachment: SOLR-2051.patch attached is a patch that uses AttributeSource.copyTo to preserve any custom

[jira] Commented: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899028#action_12899028 ] Robert Muir commented on SOLR-2051: --- you can reproduce this easily / verify it is now

[jira] Created: (SOLR-2052) Allow for a list of filter queries and a single docset filter in QueryComponent

2010-08-16 Thread Stephen Green (JIRA)
Allow for a list of filter queries and a single docset filter in QueryComponent --- Key: SOLR-2052 URL: https://issues.apache.org/jira/browse/SOLR-2052 Project: Solr

[jira] Updated: (SOLR-2052) Allow for a list of filter queries and a single docset filter in QueryComponent

2010-08-16 Thread Stephen Green (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephen Green updated SOLR-2052: Attachment: SOLR-2052.patch Patch for SolrIndexSearcher and ResponseBuilder. Passes ant clean test

[jira] Commented: (SOLR-792) Tree Faceting Component

2010-08-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899061#action_12899061 ] Hoss Man commented on SOLR-792: --- FWIW: there was an excel feature i remember using back in the

[jira] Updated: (SOLR-1682) Implement CollapseComponent

2010-08-16 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martijn van Groningen updated SOLR-1682: Attachment: SOLR-1682.patch I've attached a new patch that allows the user to

RealTime Search Null Reference Exception.

2010-08-16 Thread Kevin Miller
I did some searches for this issue and didn't find anything. Apologies if this is known. I am calling IndexWriter.GetReader() from an IndexWriter instance which is getting used in a multithreaded scenario. I want to do real-time searches against potentially uncommitted documents. My indexing

FW: Re: [Hudson] New Hudson master now running

2010-08-16 Thread Uwe Schindler
Hi, can anybody add hud...@hudson.apache.org to the d...@lao mailing list, so it can post the Hudson status reports. Hudson changed its address for build notification emails (new master). There should already be some messages from the builds today in the moderation requests. Thanks, Uwe -

[jira] Commented: (SOLR-1682) Implement CollapseComponent

2010-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899097#action_12899097 ] Yonik Seeley commented on SOLR-1682: Thanks Martijn, I'll try and merge your patch in

[jira] Updated: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2051: -- Attachment: SOLR-2051.patch here is a slightly improved patch, but still this jsp file is scary. i

Index corrupted after delta import using DIH

2010-08-16 Thread Pradeep Pujari
Hi All, Any one see this error. After, delta import using DIH, no queries working. When I do a Full import again, everything starts working. I am using solr 1.4. Is there any bug in delta import in DIH? Thanks, Pradeep HTTP Status 500 - Index: 49, Size: 11 java.lang.IndexOutOfBoundsException:

[jira] Commented: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899109#action_12899109 ] Yonik Seeley commented on SOLR-2051: Ah, yeah, good catch! bq. i wonder if we can use

[jira] Commented: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899115#action_12899115 ] Robert Muir commented on SOLR-2051: --- {quote} Insert a tap after each filter? Yeah, might

[jira] Updated: (SOLR-1990) blockUntilFinished() is called in StreamingUpdateSolrServer more often then it should

2010-08-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1990: --- Summary: blockUntilFinished() is called in StreamingUpdateSolrServer more often then it should (was:

[jira] Commented: (SOLR-1990) blockUntilFinished() is called in StreamingUpdateSolrServer more often then it should

2010-08-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899130#action_12899130 ] Hoss Man commented on SOLR-1990: Note: the entire premise of the code in question, that

[jira] Commented: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899133#action_12899133 ] Uwe Schindler commented on SOLR-2051: - After a discussion with Robert, I also think that

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-16 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899154#action_12899154 ] Hoss Man commented on SOLR-2026: bq. I still don't understand what this has to do with

[jira] Resolved: (SOLR-2051) analysis.jsp is incorrect for protWords etc

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-2051. --- Resolution: Fixed Committed revision 986158, 986160 analysis.jsp is incorrect for protWords etc

[jira] Commented: (SOLR-1316) Create autosuggest component

2010-08-16 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899186#action_12899186 ] Andrzej Bialecki commented on SOLR-1316: - Unfortunately yes, that's the way it

[jira] Commented: (SOLR-1682) Implement CollapseComponent

2010-08-16 Thread Martijn van Groningen (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899189#action_12899189 ] Martijn van Groningen commented on SOLR-1682: - True always a hassle! bq. I'm

[jira] Updated: (SOLR-2034) javabin should use UTF-8, not modified UTF-8

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2034: -- Attachment: SOLR-2034.patch I bumped the BinaryResponseParser version (only version i can find here).

RE: Index corrupted after delta import using DIH

2010-08-16 Thread karl.wright
Yes, this was addressed by a set of fixes from Mike McCandless back in early August. Karl From: ext Pradeep Pujari [prade...@rocketmail.com] Sent: Monday, August 16, 2010 5:41 PM To: dev@lucene.apache.org Subject: Index corrupted after delta import using

[jira] Updated: (LUCENE-2603) FastVectorHighlighter: add a method to set an arbitrary char that is used when concatenating multiValued data

2010-08-16 Thread Koji Sekiguchi (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Sekiguchi updated LUCENE-2603: --- Attachment: LUCENE-2603.patch Updated patch attached. I'll commit shortly.

[jira] Commented: (SOLR-1682) Implement CollapseComponent

2010-08-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899235#action_12899235 ] Yonik Seeley commented on SOLR-1682: OK, so if I'm reading the patch correctly, it looks

[jira] Created: (LUCENE-2604) add regexpquery to queryparser

2010-08-16 Thread Robert Muir (JIRA)
add regexpquery to queryparser -- Key: LUCENE-2604 URL: https://issues.apache.org/jira/browse/LUCENE-2604 Project: Lucene - Java Issue Type: New Feature Components: QueryParser Affects Versions: 4.0

[jira] Updated: (LUCENE-2604) add regexpquery to queryparser

2010-08-16 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2604: Attachment: LUCENE-2604.patch add regexpquery to queryparser --

[jira] Commented: (SOLR-2026) Need infrastructure support in Solr for requests that perform multiple sequential queries

2010-08-16 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899253#action_12899253 ] Lance Norskog commented on SOLR-2026: - Here's a use case: field collapsing. Some people

[jira] Commented: (SOLR-792) Tree Faceting Component

2010-08-16 Thread David Smiley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899259#action_12899259 ] David Smiley commented on SOLR-792: --- Nevermind my opinion favoring this be titled tree. I

[jira] Created: (LUCENE-2605) queryparser parses on whitespace

2010-08-16 Thread Robert Muir (JIRA)
queryparser parses on whitespace Key: LUCENE-2605 URL: https://issues.apache.org/jira/browse/LUCENE-2605 Project: Lucene - Java Issue Type: Bug Reporter: Robert Muir Fix For: 3.1,