[jira] Created: (SOLR-232) let Solr set request headers (for logging)

2007-05-10 Thread Ian Holsman (JIRA)
let Solr set request headers (for logging) -- Key: SOLR-232 URL: https://issues.apache.org/jira/browse/SOLR-232 Project: Solr Issue Type: New Feature Environment: tomcat?

[jira] Updated: (SOLR-232) let Solr set request headers (for logging)

2007-05-10 Thread Ian Holsman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Holsman updated SOLR-232: - Attachment: meta.patch attachment more of a proof of concept/strawman to illustrate how i thought it

bug in JSON Response

2007-05-10 Thread Gunther, Andrew
Anyone notice an error in the JSON response when requesting facets. The response I get is: {facet_queries:{},facet_fields:{subject:[Landscape,10335,River ,1767,Mountain,1278,Architecture,1184] }} It seems like the JSONArray subject should yield a JSONObject with name,value pairs like:

Re: bug in JSON Response

2007-05-10 Thread Yonik Seeley
On 5/10/07, Gunther, Andrew [EMAIL PROTECTED] wrote: Anyone notice an error in the JSON response when requesting facets. The response I get is: {facet_queries:{},facet_fields:{subject:[Landscape,10335,River ,1767,Mountain,1278,Architecture,1184] }} It seems like the JSONArray subject should

RE: bug in JSON Response

2007-05-10 Thread Gunther, Andrew
Thanks, I should have checked the wiki. Cheers, Andrew -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yonik Seeley Sent: Thursday, May 10, 2007 9:32 AM To: solr-dev@lucene.apache.org Subject: Re: bug in JSON Response On 5/10/07, Gunther, Andrew [EMAIL

Re: Various Ideas from ApacheCon

2007-05-10 Thread J. Delgado
The ever growing presence of mingled structured and unstructured data is a fact of life and modern systems we have to deal with. Clearly, the tendency is that full-text indexing is moving towards DB functionality, i.e. attribute,value fields for projection/filtering, sorting, faceted queries,

RE: bug in JSON Response

2007-05-10 Thread Chris Hostetter
: Thanks, I should have checked the wiki. it's also called out in the Upgrading from Solr 1.1 section of the CHANGES.txt file... http://svn.apache.org/repos/asf/lucene/solr/trunk/CHANGES.txt ... The JSON response format for facets has changed to make it easier for clients to retain sorted

Field collapsing functionality

2007-05-10 Thread Emmanuel Keller
Hi, My name is Emmanuel Keller. I am an engineer working as technical manager for a french company. For some projects, I identified that Lucene was the search engine we need. I worked hard to successfully integrate Solr on the first project: http://www.usinenouvelle.com/expo For the next

[jira] Created: (SOLR-233) Add UTF-8 support to example.xsl

2007-05-10 Thread KuroSaka TeruHiko (JIRA)
Add UTF-8 support to example.xsl Key: SOLR-233 URL: https://issues.apache.org/jira/browse/SOLR-233 Project: Solr Issue Type: Bug Components: search Affects Versions: 1.1.0 Environment:

Re: Field collapsing functionality

2007-05-10 Thread Otis Gospodnetic
Emmanuel, This sounds useful! Here is everything you'll need to know: http://wiki.apache.org/solr/HowToContribute Thanks, Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Emmanuel

[jira] Assigned: (SOLR-233) Add UTF-8 support to example.xsl

2007-05-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-233: -- Assignee: Ryan McKinley Add UTF-8 support to example.xsl

[jira] Resolved: (SOLR-233) Add UTF-8 support to example.xsl

2007-05-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-233. Resolution: Fixed changed the example.xls to have: xsl:output media-type=text/html; charset=UTF-8

[jira] Assigned: (SOLR-224) PhoneticFilterFactory -- support Metaphone/Soundex filters

2007-05-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley reassigned SOLR-224: -- Assignee: Ryan McKinley PhoneticFilterFactory -- support Metaphone/Soundex filters

FederatedSearch and large Lucene distributed indexes

2007-05-10 Thread Daniel CreĆ£o
I'm looking forward some strategy to build a large Lucene distributed index, but after read a lot of mail threads, it seems that Lucene hasn't a 'default solution' for that yet. The search engine that I'm building has a 400 GB text-database (right now, growing every day and without document

[jira] Resolved: (SOLR-226) support dynamic fields as copyField destination

2007-05-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-226. Resolution: Fixed Fix Version/s: (was: 1.3) 1.2 added in rev 536730

[jira] Resolved: (SOLR-231) By default, use UTF-8 for posted content streams

2007-05-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley resolved SOLR-231. Resolution: Fixed added in 537024 By default, use UTF-8 for posted content streams

[jira] Commented: (SOLR-232) let Solr set request headers (for logging)

2007-05-10 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494899 ] Otis Gospodnetic commented on SOLR-232: --- Interesting. Does it have a UI piece? Do you need that start

Re: [Fwd: [Jetty-support] Stable Release 6.1.2]

2007-05-10 Thread Otis Gospodnetic
I haven't moved to 6.* yet. But I did notice 6.1.3 showed up a few days ago. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Search - Share - Original Message From: Yonik Seeley [EMAIL PROTECTED] To:

[jira] Updated: (SOLR-128) Include Newer version of Jetty

2007-05-10 Thread Ryan McKinley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ryan McKinley updated SOLR-128: --- Attachment: jetty-6.3-example.zip here is a zip with the example directory as we would (maybe) want

Re: [Fwd: [Jetty-support] Stable Release 6.1.2]

2007-05-10 Thread Ryan McKinley
Otis Gospodnetic wrote: I haven't moved to 6.* yet. But I did notice 6.1.3 showed up a few days ago. I think 6.1.3 showed up a day after 6.1.2! I just posted a jar with the contents of /example on https://issues.apache.org/jira/browse/SOLR-128 I'm only using it for very simple things, but

Re: [Fwd: [Jetty-support] Stable Release 6.1.2]

2007-05-10 Thread Mike Klaas
On 10-May-07, at 4:46 PM, Ryan McKinley wrote: Otis Gospodnetic wrote: I haven't moved to 6.* yet. But I did notice 6.1.3 showed up a few days ago. I think 6.1.3 showed up a day after 6.1.2! That's always an encouraging sign :) -Mike

[jira] Commented: (SOLR-232) let Solr set request headers (for logging)

2007-05-10 Thread Ian Holsman (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494918 ] Ian Holsman commented on SOLR-232: -- Hi Otis. The UI would be a generic monitoring tool similar to