<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-14481</id>
	<title>Nabble - Solr - Dev</title>
	<updated>2009-12-14T19:16:14Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Solr---Dev-f14481.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Solr---Dev-f14481.html" />
	<subtitle type="html">The Solr Dev mailing list is for discussion and about the internal development of Solr -- This is &lt;b&gt;not&lt;/b&gt;&amp;nbsp;the appropriate place to post questions about developing applications that use Solr -- for those questions please use the &amp;quot;&lt;a href=&quot;&quot; http://www.nabble.com/Solr---User-f14480.html target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Solr User&lt;/a&gt;&amp;quot; mailing list.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26788806</id>
	<title>Re: Namespaces in response (SOLR-1586)</title>
	<published>2009-12-14T19:16:14Z</published>
	<updated>2009-12-14T19:16:14Z</updated>
	<author>
		<name>Mattmann, Chris A (388J)</name>
	</author>
	<content type="html">Hi Hoss,
&lt;br&gt;&lt;br&gt;On 12/14/09 3:18 PM, &amp;quot;Chris Hostetter&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26788806&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hossman_lucene@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; : Well, I actually would disagree. What's the point of #toInternal and
&lt;br&gt;&amp;gt; : #toExternal then, other than to convert from the external representation to
&lt;br&gt;&amp;gt; : an internal Lucene index representation, and then to do the opposite coming
&lt;br&gt;&amp;gt; : out of the index?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; that is what they are for -- but they deal purely in string
&lt;br&gt;&amp;gt; representations of hte data itself -- they don't (and shouldn't) know/care
&lt;br&gt;&amp;gt; wether the data is then being encapsulted in JSON, thrift, Avro, Solr XML,
&lt;br&gt;&amp;gt; RSS, KML, etc....
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The &amp;quot;String&amp;quot; limitation of toExternal is on of the reasons toObject was
&lt;br&gt;&amp;gt; added (and the reason the BinaryResponseWRiter uses toObject()).
&lt;/div&gt;&lt;br&gt;Conceptually I think that the best approach would be to do something similar
&lt;br&gt;to the functionality of #toObject, but to not call it that. #toInternal and
&lt;br&gt;#toExternal are actually good names, their interface is just off (they
&lt;br&gt;shouldn't return Strings).
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; : class final which it once was). We should rename that to
&lt;br&gt;&amp;gt; : SolrXmlResponseWriter, but it's not really generic XML (as the name
&lt;br&gt;&amp;gt; : suggests), it's SOLR's custom (undocumented) XML schema, right? Also, since
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Eh... i don't know that the name suggests that it can generate generic
&lt;br&gt;&amp;gt; XML, it generates a (particular) one to one mapping from the
&lt;br&gt;&amp;gt; SolrQueryResponse to XML .. just like the JSONResponseWriter generates a
&lt;br&gt;&amp;gt; one to one mapping fromthe SolrQueryResponse to JSON, and ditoo for the
&lt;br&gt;&amp;gt; ruby/php/python writers ... there an infinite number of possible
&lt;br&gt;&amp;gt; XML/JSON/Ruby/PHP/Python/etc. structures that *could* be generated from
&lt;br&gt;&amp;gt; a SolrQueryResponse, no one has ever accused any of those response writers
&lt;br&gt;&amp;gt; of not being flexible enough to generate a *different* type of response in
&lt;br&gt;&amp;gt; those formats.
&lt;/div&gt;&lt;br&gt;You may be right, but actually quite a few issues have referenced even non
&lt;br&gt;XMLWriters of similar issues. See:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/SOLR-1616&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/SOLR-1616&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/SOLR-358&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/SOLR-358&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/SOLR-1555&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/SOLR-1555&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/SOLR-431&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/SOLR-431&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://issues.apache.org/jira/browse/SOLR-912&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://issues.apache.org/jira/browse/SOLR-912&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And practicle speaking: slapping &amp;quot;Solr&amp;quot; in front of a response writer
&lt;br&gt;&amp;gt; classname isn't going to make it crystal clear that it produces a &amp;quot;solr
&lt;br&gt;&amp;gt; specific&amp;quot; type of &amp;quot;____&amp;quot;. &amp;nbsp;It's oging to make people think it's the
&lt;br&gt;&amp;gt; &amp;quot;Solr&amp;quot; implemntation of &amp;quot;____&amp;quot;. &amp;nbsp;&amp;quot;Solr&amp;quot; is hte prefix of enough classnames
&lt;br&gt;&amp;gt; that eyeballs are just going to gloss over it.
&lt;br&gt;&lt;br&gt;Maybe, maybe not. I'm not sure the effect is to make it crystal clear as
&lt;br&gt;much as it is to make it &amp;quot;clearer&amp;quot;. XMLWriter is totally ambiguous -- what
&lt;br&gt;type of &amp;quot;XML&amp;quot; does it generate? I would argue &amp;quot;SOLR response XML&amp;quot;, hence the
&lt;br&gt;SorlXmlResponseWriter.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; : suggests), it's SOLR's custom (undocumented) XML schema, right? Also, since
&lt;br&gt;&amp;gt; : it's undocumented, I'd be happy to throw it together for it's XML format.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; we actaully went round and round on documenting it back in the early days
&lt;br&gt;&amp;gt; .. frequently it was deemed &amp;quot;self documenting&amp;quot; enough for end users so not
&lt;br&gt;&amp;gt; much effort was ever put into it. &amp;nbsp;there was a Jira issue to create and
&lt;br&gt;&amp;gt; XSD, but even once we had one, no one really had any idea what to *do*
&lt;br&gt;&amp;gt; with it...
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-17&lt;/a&gt;&lt;/div&gt;&lt;br&gt;I commented on SOLR-17 on what could be done with it, and I linked it to the
&lt;br&gt;new issue I threw up: SOLR-1646. Both can be closed at the same time, or
&lt;br&gt;even better, I can close SOLR-1646 and then work diligently on trying to get
&lt;br&gt;SOLR-17 committed. Even for documentation purposes it's well worth while.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; : Would that also be welcomed? Then, we should develop an easy extension point
&lt;br&gt;&amp;gt; : mechanism for people who want to develop their own XML response writers and
&lt;br&gt;&amp;gt; : write their own clients (or leverage existing clients that understand that
&lt;br&gt;&amp;gt; : XML).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; +1
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think the crux of this would be XML based response writer similar to hte
&lt;br&gt;&amp;gt; BinaryResponseWriter that can use a &amp;quot;codec&amp;quot; type system for outputing
&lt;br&gt;&amp;gt; known types of objects, using FiledType.toOBject() to get field values.
&lt;br&gt;&amp;gt; Then we just have to provide &amp;quot;default&amp;quot; codecs for all the types of objects
&lt;br&gt;&amp;gt; we produce &amp;quot;out of the box&amp;quot;, but people can customize with their own
&lt;br&gt;&amp;gt; codecs if they want differnet representation.
&lt;/div&gt;&lt;br&gt;+1!
&lt;br&gt;&lt;br&gt;Thanks, Hoss.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Chris
&lt;br&gt;&lt;br&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
&lt;br&gt;Chris Mattmann, Ph.D.
&lt;br&gt;Senior Computer Scientist
&lt;br&gt;NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
&lt;br&gt;Office: 171-266B, Mailstop: 171-246
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26788806&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Chris.Mattmann@...&lt;/a&gt;
&lt;br&gt;WWW: &amp;nbsp; &lt;a href=&quot;http://sunset.usc.edu/~mattmann/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sunset.usc.edu/~mattmann/&lt;/a&gt;&lt;br&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
&lt;br&gt;Adjunct Assistant Professor, Computer Science Department University of
&lt;br&gt;Southern California, Los Angeles, CA 90089 USA
&lt;br&gt;++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Namespaces-in-response-%28SOLR-1586%29-tp26710206p26788806.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26788635</id>
	<title>[jira] Updated: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T18:53:18Z</published>
	<updated>2009-12-14T18:53:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Koji Sekiguchi updated SOLR-1653:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: SOLR-1653.patch
&lt;br&gt;&lt;br&gt;Excuse myself, because I tried to correct offset per group in a match when I started the first patch, I introduced my own syntax. But, yes, now I've implemented the offset correction per match, so I can use standard syntax. Here is the new patch.
&lt;br&gt;&lt;br&gt;Usage:
&lt;br&gt;{code:title=schema.xml}
&lt;br&gt;&amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; pattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceWith=&amp;quot;$1$2&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;lt;/fieldType&amp;gt;
&lt;br&gt;{code}
&lt;br&gt;&lt;br&gt;If there is no objections, I'll commit later today.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch, SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26788635.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26788553</id>
	<title>[jira] Commented: (SOLR-17) XSD for solr requests/responses</title>
	<published>2009-12-14T18:43:18Z</published>
	<updated>2009-12-14T18:43:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790530#action_12790530&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790530#action_12790530&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Chris A. Mattmann commented on SOLR-17:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;There are actually a lot of useful things that could be done with an XSD.
&lt;br&gt;&lt;br&gt;For starters:
&lt;br&gt;&lt;br&gt;# we could have validated the the XML i wanted to introduce as part of SOLR-1586 wouldn't work automatically.
&lt;br&gt;# we could generate a custom Solr XML Response Reader using JAXB
&lt;br&gt;# we could generate sample Solr XML Responses with ease using a tool like Doxygen or XMLSpy
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XSD for solr requests/responses
&lt;br&gt;&amp;gt; -------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-17
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-17&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Mike Baranczak
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: solr-complex.xml, solr-rev2.xsd, solr.xsd, UselessRequestHandler.java
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Attaching an XML schema definition for the responses and the update requests. I needed to do this for myself anyway, so I might as well contribute it to the project.
&lt;br&gt;&amp;gt; At the moment, I have no plans to write an XSD for the config documents, but it wouldn't be a bad idea.
&lt;br&gt;&amp;gt; TODO: change the schema URL. I'm guessing that Apache already has some sort of naming convention for these?
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-17%29-XSD-for-solr-requests-responses-tp4456981p26788553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787544</id>
	<title>[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr</title>
	<published>2009-12-14T16:26:18Z</published>
	<updated>2009-12-14T16:26:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790485#action_12790485&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790485#action_12790485&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Benoît Terradillos commented on SOLR-773:
&lt;br&gt;-----------------------------------------
&lt;br&gt;&lt;br&gt;Bonjour,
&lt;br&gt;Je suis absent jusqu'au 4 janvier prochain, mais répondrai au plus vite à votre message dès mon retour.
&lt;br&gt;Cordiales salutations,
&lt;br&gt;Benoît Terradillos
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Incorporate Local Lucene/Solr
&lt;br&gt;&amp;gt; -----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-773
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-773&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-773&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: exampleSpatial.zip, lucene-spatial-2.9-dev.jar, lucene.tar.gz, screenshot-1.jpg, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-spatial_solr.patch, SOLR-773.patch, SOLR-773.patch, solrGeoQuery.tar, spatial-solr.tar.gz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Local Lucene has been donated to the Lucene project. &amp;nbsp;It has some Solr components, but we should evaluate how best to incorporate it into Solr.
&lt;br&gt;&amp;gt; See &lt;a href=&quot;http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-773%29-Incorporate-Local-Lucene-Solr-tp19499083p26787544.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787475</id>
	<title>[jira] Commented: (SOLR-773) Incorporate Local Lucene/Solr</title>
	<published>2009-12-14T16:18:18Z</published>
	<updated>2009-12-14T16:18:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790482#action_12790482&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790482#action_12790482&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Dave Craft commented on SOLR-773:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;I've created a blog post on installing LocalSolr onto Solr 1.4.. Which takes all the comments and breaks it down into step by step instructions.
&lt;br&gt;&lt;br&gt;Hope it helps
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://craftyfella.blogspot.com/2009/12/installing-localsolr-onto-solr-14.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://craftyfella.blogspot.com/2009/12/installing-localsolr-onto-solr-14.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Incorporate Local Lucene/Solr
&lt;br&gt;&amp;gt; -----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-773
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-773&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-773&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: exampleSpatial.zip, lucene-spatial-2.9-dev.jar, lucene.tar.gz, screenshot-1.jpg, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-local-lucene.patch, SOLR-773-spatial_solr.patch, SOLR-773.patch, SOLR-773.patch, solrGeoQuery.tar, spatial-solr.tar.gz
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Local Lucene has been donated to the Lucene project. &amp;nbsp;It has some Solr components, but we should evaluate how best to incorporate it into Solr.
&lt;br&gt;&amp;gt; See &lt;a href=&quot;http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lucene.markmail.org/message/orzro22sqdj3wows?q=LocalLucene&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-773%29-Incorporate-Local-Lucene-Solr-tp19499083p26787475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787125</id>
	<title>[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir</title>
	<published>2009-12-14T15:44:19Z</published>
	<updated>2009-12-14T15:44:19Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790460#action_12790460&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790460#action_12790460&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Paul Libbrecht commented on SOLR-1656:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;I may be very wrongly informing but using
&lt;br&gt;&lt;br&gt;&amp;nbsp;i = new InputSource(&amp;lt;theInputStream&amp;gt;);
&lt;br&gt;&amp;nbsp;i.setSystemId(file.toURL().getExternalForm());
&lt;br&gt;&lt;br&gt;is a recipe that has worked many times and allows relative resolution.
&lt;br&gt;&lt;br&gt;&amp;nbsp; new InputSource(file.toURL())
&lt;br&gt;&lt;br&gt;should as well.
&lt;br&gt;&lt;br&gt;paul
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XInclude's are resolved relative CWD, not instance dir
&lt;br&gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1656
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1656&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1656&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Hoss Man
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As noted on the mailing list, when an XInclude in a config files refrences a relative path, it's resolved relative the CWD of the servlet container, and not the instanceDir of the core...
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/using-Xinclude-with-multi-core-to26548400.html#a26548400&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/using-Xinclude-with-multi-core-to26548400.html#a26548400&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1656%29-XInclude%27s-are-resolved-relative-CWD%2C-not-instance-dir-tp26787010p26787125.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787039</id>
	<title>[jira] Commented: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir</title>
	<published>2009-12-14T15:37:18Z</published>
	<updated>2009-12-14T15:37:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790448#action_12790448&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790448#action_12790448&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Hoss Man commented on SOLR-1656:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;The probably is probably caused by the default behavior of DocumentBuilder when it doesn't know the filename of the XML it is parsing -- Config.java only provides an InputStream
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; XInclude's are resolved relative CWD, not instance dir
&lt;br&gt;&amp;gt; ------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1656
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1656&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1656&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Hoss Man
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As noted on the mailing list, when an XInclude in a config files refrences a relative path, it's resolved relative the CWD of the servlet container, and not the instanceDir of the core...
&lt;br&gt;&amp;gt; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/using-Xinclude-with-multi-core-to26548400.html#a26548400&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/using-Xinclude-with-multi-core-to26548400.html#a26548400&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1656%29-XInclude%27s-are-resolved-relative-CWD%2C-not-instance-dir-tp26787010p26787039.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26787010</id>
	<title>[jira] Created: (SOLR-1656) XInclude's are resolved relative CWD, not instance dir</title>
	<published>2009-12-14T15:35:18Z</published>
	<updated>2009-12-14T15:35:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">XInclude's are resolved relative CWD, not instance dir
&lt;br&gt;------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: SOLR-1656
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1656&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1656&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Hoss Man
&lt;br&gt;&lt;br&gt;&lt;br&gt;As noted on the mailing list, when an XInclude in a config files refrences a relative path, it's resolved relative the CWD of the servlet container, and not the instanceDir of the core...
&lt;br&gt;&lt;br&gt;&amp;nbsp;&lt;a href=&quot;http://old.nabble.com/using-Xinclude-with-multi-core-to26548400.html#a26548400&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/using-Xinclude-with-multi-core-to26548400.html#a26548400&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1656%29-XInclude%27s-are-resolved-relative-CWD%2C-not-instance-dir-tp26787010p26787010.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26786785</id>
	<title>Re: Namespaces in response (SOLR-1586)</title>
	<published>2009-12-14T15:18:01Z</published>
	<updated>2009-12-14T15:18:01Z</updated>
	<author>
		<name>hossman</name>
	</author>
	<content type="html">&lt;br&gt;: I'm conflicted here. In simple semantics, sure it's just an array of
&lt;br&gt;: float/double numbers. A, if a string must be used a comma is probably OK, so
&lt;br&gt;: long as it maps to some existing known approach to represent points. I've
&lt;br&gt;: asked several times if there are examples. I can point to one that uses
&lt;br&gt;: spaces to separate the coordinates in the point (georss). What others use
&lt;br&gt;: comma? 
&lt;br&gt;&lt;br&gt;I have no opinion about the details ... space seperated string, comma 
&lt;br&gt;seperated string, list of ints ... they are all the same to me.
&lt;br&gt;&lt;br&gt;As a layman, my limited knowledge of geo coordinates has a vague notion 
&lt;br&gt;that comma is the seperated used when discussing latitude nad longitute, 
&lt;br&gt;but i have no real knowledge of naything GIS related. &amp;nbsp;(i think i remember 
&lt;br&gt;that KML uses comma, but KML also has some weird idea that longitude comes 
&lt;br&gt;first because that's what the guys writing graphics rendering engines 
&lt;br&gt;aparently like: y-axis first)
&lt;br&gt;&lt;br&gt;: Well, I actually would disagree. What's the point of #toInternal and
&lt;br&gt;: #toExternal then, other than to convert from the external representation to
&lt;br&gt;: an internal Lucene index representation, and then to do the opposite coming
&lt;br&gt;: out of the index? 
&lt;br&gt;&lt;br&gt;that is what they are for -- but they deal purely in string 
&lt;br&gt;representations of hte data itself -- they don't (and shouldn't) know/care 
&lt;br&gt;wether the data is then being encapsulted in JSON, thrift, Avro, Solr XML, 
&lt;br&gt;RSS, KML, etc....
&lt;br&gt;&lt;br&gt;The &amp;quot;String&amp;quot; limitation of toExternal is on of the reasons toObject was 
&lt;br&gt;added (and the reason the BinaryResponseWRiter uses toObject()).
&lt;br&gt;&lt;br&gt;: class final which it once was). We should rename that to
&lt;br&gt;: SolrXmlResponseWriter, but it's not really generic XML (as the name
&lt;br&gt;: suggests), it's SOLR's custom (undocumented) XML schema, right? Also, since
&lt;br&gt;&lt;br&gt;Eh... i don't know that the name suggests that it can generate generic 
&lt;br&gt;XML, it generates a (particular) one to one mapping from the 
&lt;br&gt;SolrQueryResponse to XML .. just like the JSONResponseWriter generates a 
&lt;br&gt;one to one mapping fromthe SolrQueryResponse to JSON, and ditoo for the 
&lt;br&gt;ruby/php/python writers ... there an infinite number of possible 
&lt;br&gt;XML/JSON/Ruby/PHP/Python/etc. structures that *could* be generated from 
&lt;br&gt;a SolrQueryResponse, no one has ever accused any of those response writers 
&lt;br&gt;of not being flexible enough to generate a *different* type of response in 
&lt;br&gt;those formats.
&lt;br&gt;&lt;br&gt;And practicle speaking: slapping &amp;quot;Solr&amp;quot; in front of a response writer 
&lt;br&gt;classname isn't going to make it crystal clear that it produces a &amp;quot;solr 
&lt;br&gt;specific&amp;quot; type of &amp;quot;____&amp;quot;. &amp;nbsp;It's oging to make people think it's the 
&lt;br&gt;&amp;quot;Solr&amp;quot; implemntation of &amp;quot;____&amp;quot;. &amp;nbsp;&amp;quot;Solr&amp;quot; is hte prefix of enough classnames 
&lt;br&gt;that eyeballs are just going to gloss over it.
&lt;br&gt;&lt;br&gt;: suggests), it's SOLR's custom (undocumented) XML schema, right? Also, since
&lt;br&gt;: it's undocumented, I'd be happy to throw it together for it's XML format.
&lt;br&gt;&lt;br&gt;we actaully went round and round on documenting it back in the early days 
&lt;br&gt;.. frequently it was deemed &amp;quot;self documenting&amp;quot; enough for end users so not 
&lt;br&gt;much effort was ever put into it. &amp;nbsp;there was a Jira issue to create and 
&lt;br&gt;XSD, but even once we had one, no one really had any idea what to *do* 
&lt;br&gt;with it...
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-17&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-17&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;: Would that also be welcomed? Then, we should develop an easy extension point
&lt;br&gt;: mechanism for people who want to develop their own XML response writers and
&lt;br&gt;: write their own clients (or leverage existing clients that understand that
&lt;br&gt;: XML).
&lt;br&gt;&lt;br&gt;+1
&lt;br&gt;&lt;br&gt;I think the crux of this would be XML based response writer similar to hte 
&lt;br&gt;BinaryResponseWriter that can use a &amp;quot;codec&amp;quot; type system for outputing 
&lt;br&gt;known types of objects, using FiledType.toOBject() to get field values. &amp;nbsp;
&lt;br&gt;Then we just have to provide &amp;quot;default&amp;quot; codecs for all the types of objects 
&lt;br&gt;we produce &amp;quot;out of the box&amp;quot;, but people can customize with their own 
&lt;br&gt;codecs if they want differnet representation.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-Hoss
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Namespaces-in-response-%28SOLR-1586%29-tp26710206p26786785.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26785209</id>
	<title>[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)</title>
	<published>2009-12-14T13:28:18Z</published>
	<updated>2009-12-14T13:28:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790382#action_12790382&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790382#action_12790382&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Mark Miller commented on SOLR-1277:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;bq. Regarding connection to ZooKeeper, this example shows one way to wait for the connection to be established using a re-usable &amp;quot;CountdownWatcher&amp;quot;
&lt;br&gt;&lt;br&gt;Thanks! I've popped this in for now. I had introduced a simple similar mechanism to wait, but hadn't added in a timeout. This gives us a good start.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Implement a Solr specific naming service (using Zookeeper)
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1277
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1277&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1277&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jason Rutherglen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: log4j-1.2.15.jar, SOLR-1277.patch, SOLR-1277.patch, SOLR-1277.patch, SOLR-1277.patch, zookeeper-3.2.1.jar
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Original Estimate: 672h
&lt;br&gt;&amp;gt; &amp;nbsp;Remaining Estimate: 672h
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The goal is to give Solr server clusters self-healing attributes
&lt;br&gt;&amp;gt; where if a server fails, indexing and searching don't stop and
&lt;br&gt;&amp;gt; all of the partitions remain searchable. For configuration, the
&lt;br&gt;&amp;gt; ability to centrally deploy a new configuration without servers
&lt;br&gt;&amp;gt; going offline.
&lt;br&gt;&amp;gt; We can start with basic failover and start from there?
&lt;br&gt;&amp;gt; Features:
&lt;br&gt;&amp;gt; * Automatic failover (i.e. when a server fails, clients stop
&lt;br&gt;&amp;gt; trying to index to or search it)
&lt;br&gt;&amp;gt; * Centralized configuration management (i.e. new solrconfig.xml
&lt;br&gt;&amp;gt; or schema.xml propagates to a live Solr cluster)
&lt;br&gt;&amp;gt; * Optionally allow shards of a partition to be moved to another
&lt;br&gt;&amp;gt; server (i.e. if a server gets hot, move the hot segments out to
&lt;br&gt;&amp;gt; cooler servers). Ideally we'd have a way to detect hot segments
&lt;br&gt;&amp;gt; and move them seamlessly. With NRT this becomes somewhat more
&lt;br&gt;&amp;gt; difficult but not impossible?
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1277%29-Implement-a-SOLR-specific-naming-service-%28using-Zookeeper%29-tp24484407p26785209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784515</id>
	<title>[jira] Commented: (SOLR-1131) Allow a single field type to index multiple fields</title>
	<published>2009-12-14T12:47:26Z</published>
	<updated>2009-12-14T12:47:26Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790357#action_12790357&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790357#action_12790357&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Yonik Seeley commented on SOLR-1131:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;bq. That's inherited from a more general mechanism that would allow multiple field types.
&lt;br&gt;&lt;br&gt;But multiple sub-field types would be used for different things, and should hence be separate parameters? &amp;nbsp;So if a field type indexed points separately and indexed a field that contains a list of cartesian tiers, I could see the params being
&lt;br&gt;&lt;br&gt;&amp;lt;fieldType ..., coordinateType=&amp;quot;...&amp;quot; &amp;nbsp;cartesianTierType=&amp;quot;...&amp;quot;/&amp;gt;
&lt;br&gt;(or coordinateSuffix / cartesianTierSuffix)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow a single field type to index multiple fields
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1131
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1131&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1131&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Ryan McKinley
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1131-IndexMultipleFields.patch, SOLR-1131.Mattmann.121009.patch.txt, SOLR-1131.Mattmann.121109.patch.txt, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In a few special cases, it makes sense for a single &amp;quot;field&amp;quot; (the concept) to be indexed as a set of Fields (lucene Field). &amp;nbsp;Consider SOLR-773. &amp;nbsp;The concept &amp;quot;point&amp;quot; may be best indexed in a variety of ways:
&lt;br&gt;&amp;gt; &amp;nbsp;* geohash (sincle lucene field)
&lt;br&gt;&amp;gt; &amp;nbsp;* lat field, lon field (two double fields)
&lt;br&gt;&amp;gt; &amp;nbsp;* cartesian tiers (a series of fields with tokens to say if it exists within that region)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1131%29-Allow-a-single-field-to-index-multiple-fields-tp23267075p26784515.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784151</id>
	<title>[jira] Commented: (SOLR-1131) Allow a single field type to index multiple fields</title>
	<published>2009-12-14T12:23:27Z</published>
	<updated>2009-12-14T12:23:27Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790330#action_12790330&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790330#action_12790330&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Grant Ingersoll commented on SOLR-1131:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;bq. minor nit: why is &amp;quot;subFieldTypes&amp;quot; plural? We're only specifying a single type, right?
&lt;br&gt;&lt;br&gt;That's inherited from a more general mechanism that would allow multiple field types. &amp;nbsp;So, the PointType only allows one, but other implementations may allow more.
&lt;br&gt;&lt;br&gt;bq. Given the concerns of some people around automatically registering a dynamic field, perhaps we should optionally allow a subFieldSuffix to be passed instead of subFieldTypes.
&lt;br&gt;&lt;br&gt;That's fine by me. &amp;nbsp;Given my workload, I will try to do this and commit on Thursday of this week, unless someone wants to take it before then.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow a single field type to index multiple fields
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1131
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1131&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1131&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Ryan McKinley
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1131-IndexMultipleFields.patch, SOLR-1131.Mattmann.121009.patch.txt, SOLR-1131.Mattmann.121109.patch.txt, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In a few special cases, it makes sense for a single &amp;quot;field&amp;quot; (the concept) to be indexed as a set of Fields (lucene Field). &amp;nbsp;Consider SOLR-773. &amp;nbsp;The concept &amp;quot;point&amp;quot; may be best indexed in a variety of ways:
&lt;br&gt;&amp;gt; &amp;nbsp;* geohash (sincle lucene field)
&lt;br&gt;&amp;gt; &amp;nbsp;* lat field, lon field (two double fields)
&lt;br&gt;&amp;gt; &amp;nbsp;* cartesian tiers (a series of fields with tokens to say if it exists within that region)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1131%29-Allow-a-single-field-to-index-multiple-fields-tp23267075p26784151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26783054</id>
	<title>[jira] Commented: (SOLR-1277) Implement a Solr specific naming service (using Zookeeper)</title>
	<published>2009-12-14T11:09:21Z</published>
	<updated>2009-12-14T11:09:21Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790291#action_12790291&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790291#action_12790291&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Patrick Hunt commented on SOLR-1277:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Regarding connection to ZooKeeper, this example shows one way to wait for the connection to
&lt;br&gt;be established using a re-usable &amp;quot;CountdownWatcher&amp;quot;
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://github.com/phunt/zkexamples/blob/master/src/test_session_expiration/TestSessionExpiration.java&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/phunt/zkexamples/blob/master/src/test_session_expiration/TestSessionExpiration.java&lt;/a&gt;&lt;br&gt;&lt;br&gt;You might also want to review the faq for more insight into zk state transitions and their effects
&lt;br&gt;&lt;a href=&quot;http://wiki.apache.org/hadoop/ZooKeeper/FAQ&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.apache.org/hadoop/ZooKeeper/FAQ&lt;/a&gt;&lt;br&gt;&lt;br&gt;FF to open a dialog on zookeeper-user if you have questions.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Implement a Solr specific naming service (using Zookeeper)
&lt;br&gt;&amp;gt; ----------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1277
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1277&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1277&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jason Rutherglen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: log4j-1.2.15.jar, SOLR-1277.patch, SOLR-1277.patch, SOLR-1277.patch, SOLR-1277.patch, zookeeper-3.2.1.jar
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; Original Estimate: 672h
&lt;br&gt;&amp;gt; &amp;nbsp;Remaining Estimate: 672h
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The goal is to give Solr server clusters self-healing attributes
&lt;br&gt;&amp;gt; where if a server fails, indexing and searching don't stop and
&lt;br&gt;&amp;gt; all of the partitions remain searchable. For configuration, the
&lt;br&gt;&amp;gt; ability to centrally deploy a new configuration without servers
&lt;br&gt;&amp;gt; going offline.
&lt;br&gt;&amp;gt; We can start with basic failover and start from there?
&lt;br&gt;&amp;gt; Features:
&lt;br&gt;&amp;gt; * Automatic failover (i.e. when a server fails, clients stop
&lt;br&gt;&amp;gt; trying to index to or search it)
&lt;br&gt;&amp;gt; * Centralized configuration management (i.e. new solrconfig.xml
&lt;br&gt;&amp;gt; or schema.xml propagates to a live Solr cluster)
&lt;br&gt;&amp;gt; * Optionally allow shards of a partition to be moved to another
&lt;br&gt;&amp;gt; server (i.e. if a server gets hot, move the hot segments out to
&lt;br&gt;&amp;gt; cooler servers). Ideally we'd have a way to detect hot segments
&lt;br&gt;&amp;gt; and move them seamlessly. With NRT this becomes somewhat more
&lt;br&gt;&amp;gt; difficult but not impossible?
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1277%29-Implement-a-SOLR-specific-naming-service-%28using-Zookeeper%29-tp24484407p26783054.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26781154</id>
	<title>[jira] Commented: (SOLR-1131) Allow a single field type to index multiple fields</title>
	<published>2009-12-14T09:00:18Z</published>
	<updated>2009-12-14T09:00:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790237#action_12790237&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790237#action_12790237&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Yonik Seeley commented on SOLR-1131:
&lt;br&gt;------------------------------------
&lt;br&gt;&lt;br&gt;Given the concerns of some people around automatically registering a dynamic field, perhaps we should optionally allow a subFieldSuffix to be passed instead of subFieldTypes. &amp;nbsp;
&lt;br&gt;&lt;br&gt;minor nit: why is &amp;quot;subFieldTypes&amp;quot; plural? &amp;nbsp;We're only specifying a single type, right?
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow a single field type to index multiple fields
&lt;br&gt;&amp;gt; --------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1131
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1131&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1131&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Ryan McKinley
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Grant Ingersoll
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1131-IndexMultipleFields.patch, SOLR-1131.Mattmann.121009.patch.txt, SOLR-1131.Mattmann.121109.patch.txt, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch, SOLR-1131.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In a few special cases, it makes sense for a single &amp;quot;field&amp;quot; (the concept) to be indexed as a set of Fields (lucene Field). &amp;nbsp;Consider SOLR-773. &amp;nbsp;The concept &amp;quot;point&amp;quot; may be best indexed in a variety of ways:
&lt;br&gt;&amp;gt; &amp;nbsp;* geohash (sincle lucene field)
&lt;br&gt;&amp;gt; &amp;nbsp;* lat field, lon field (two double fields)
&lt;br&gt;&amp;gt; &amp;nbsp;* cartesian tiers (a series of fields with tokens to say if it exists within that region)
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1131%29-Allow-a-single-field-to-index-multiple-fields-tp23267075p26781154.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779407</id>
	<title>[jira] Updated: (SOLR-1654) Add TikaEntityProcessor example to the DIHExample</title>
	<published>2009-12-14T07:16:22Z</published>
	<updated>2009-12-14T07:16:22Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Akshay K. Ukey updated SOLR-1654:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: SOLR-1654.patch
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add TikaEntityProcessor example to the DIHExample
&lt;br&gt;&amp;gt; -------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1654
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1654&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1654&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: contrib - DataImportHandler
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Akshay K. Ukey
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1654.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As part of &amp;quot;ant example&amp;quot; a sample tika setup should be generated.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1654%29-Add-TikaEntityProcessor-example-as-part-of-%22ant-example%22-tp26773879p26779407.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779379</id>
	<title>[jira] Updated: (SOLR-1655) Remove default datasource MockDataSource from DIH requestHandler config in dataimport-solrconfig.xml</title>
	<published>2009-12-14T07:14:18Z</published>
	<updated>2009-12-14T07:14:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Akshay K. Ukey updated SOLR-1655:
&lt;br&gt;---------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Attachment: SOLR-1655.patch
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Remove default datasource MockDataSource from DIH requestHandler config in dataimport-solrconfig.xml
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1655
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1655&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: contrib - DataImportHandler
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Akshay K. Ukey
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1655.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Presence of MockDataSource as default datasource for DataImportHandler requestHandler in dataimport-solrconfig.xml (which is used by DIH tests) requires name attribute for dataSource tag to be present in dataConfig.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1655%29-Remove-default-datasource-MockDataSource-from-DIH-requestHandler-config-in-dataimport-solrconfig.xml-tp26775124p26779379.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778895</id>
	<title>[jira] Commented: (SOLR-1621) Allow current single core deployments to be specified by solr.xml</title>
	<published>2009-12-14T06:46:21Z</published>
	<updated>2009-12-14T06:46:21Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790185#action_12790185&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790185#action_12790185&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Noble Paul commented on SOLR-1621:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;I shall soon give a final patch w/ the removal of ALIAS.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow current single core deployments to be specified by solr.xml
&lt;br&gt;&amp;gt; -----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1621
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; supporting two different modes of deployments is turning out to be hard. This leads to duplication of code. Moreover there is a lot of confusion on where do we put common configuration. See the mail thread &lt;a href=&quot;http://markmail.org/message/3m3rqvp2ckausjnf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/3m3rqvp2ckausjnf&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1621%29-Deprecate-deployments-w-o-solr.xml-tp26637730p26778895.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777910</id>
	<title>[jira] Commented: (SOLR-1621) Allow current single core deployments to be specified by solr.xml</title>
	<published>2009-12-14T05:39:18Z</published>
	<updated>2009-12-14T05:39:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790145#action_12790145&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790145#action_12790145&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Mark Miller commented on SOLR-1621:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;bq. The patch looks fine . I plan to commit it soon
&lt;br&gt;&lt;br&gt;I still think we need to do something about handleAliasAction - possibly just remove it. It's not really a deprecation like it says - if someone overrode it, its no longer called. Better to get a hard error.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow current single core deployments to be specified by solr.xml
&lt;br&gt;&amp;gt; -----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1621
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; supporting two different modes of deployments is turning out to be hard. This leads to duplication of code. Moreover there is a lot of confusion on where do we put common configuration. See the mail thread &lt;a href=&quot;http://markmail.org/message/3m3rqvp2ckausjnf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/3m3rqvp2ckausjnf&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1621%29-Deprecate-deployments-w-o-solr.xml-tp26637730p26777910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777387</id>
	<title>[jira] Commented: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T05:03:18Z</published>
	<updated>2009-12-14T05:03:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790129#action_12790129&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790129#action_12790129&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Noble Paul commented on SOLR-1653:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;bq.I need to process one match at a time.
&lt;br&gt;&lt;br&gt;I guess regex can process one match at a time. 
&lt;br&gt;&lt;br&gt;The most important point is that , we don't need to educate the users on this new &amp;nbsp;syntax. (I am still not clear about the syntax) . No need to write any parsing code and maintain it 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26777387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777389</id>
	<title>[jira] Commented: (SOLR-1621) Allow current single core deployments to be specified by solr.xml</title>
	<published>2009-12-14T05:03:18Z</published>
	<updated>2009-12-14T05:03:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790128#action_12790128&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790128#action_12790128&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Mark Miller commented on SOLR-1621:
&lt;br&gt;-----------------------------------
&lt;br&gt;&lt;br&gt;bq. me too. But this looked like an exception. This is rarely used (if at all) and according to me is a bad feature because it needs editing web.xml .
&lt;br&gt;&lt;br&gt;Thats fine - as long as we have good warnings, I'm fine with removing it - but we *must* have a replacement for the tests that count on this feature.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow current single core deployments to be specified by solr.xml
&lt;br&gt;&amp;gt; -----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1621
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; supporting two different modes of deployments is turning out to be hard. This leads to duplication of code. Moreover there is a lot of confusion on where do we put common configuration. See the mail thread &lt;a href=&quot;http://markmail.org/message/3m3rqvp2ckausjnf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/3m3rqvp2ckausjnf&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1621%29-Deprecate-deployments-w-o-solr.xml-tp26637730p26777389.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26777297</id>
	<title>[jira] Commented: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T04:55:18Z</published>
	<updated>2009-12-14T04:55:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790127#action_12790127&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790127#action_12790127&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Koji Sekiguchi commented on SOLR-1653:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;bq. I guess this can be achieved with the matcher#replaceAll() directly 
&lt;br&gt;&lt;br&gt;You're right if we don't correct offset of the output char stream. I need to process one match at a time.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26777297.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775711</id>
	<title>[jira] Commented: (SOLR-1621) Allow current single core deployments to be specified by solr.xml</title>
	<published>2009-12-14T02:28:18Z</published>
	<updated>2009-12-14T02:28:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790079#action_12790079&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790079#action_12790079&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Noble Paul commented on SOLR-1621:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;The patch looks fine . I plan to commit it soon
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow current single core deployments to be specified by solr.xml
&lt;br&gt;&amp;gt; -----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1621
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; supporting two different modes of deployments is turning out to be hard. This leads to duplication of code. Moreover there is a lot of confusion on where do we put common configuration. See the mail thread &lt;a href=&quot;http://markmail.org/message/3m3rqvp2ckausjnf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/3m3rqvp2ckausjnf&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1621%29-Deprecate-deployments-w-o-solr.xml-tp26637730p26775711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775459</id>
	<title>[jira] Assigned: (SOLR-1621) Allow current single core deployments to be specified by solr.xml</title>
	<published>2009-12-14T02:04:18Z</published>
	<updated>2009-12-14T02:04:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Noble Paul reassigned SOLR-1621:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Noble Paul
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Allow current single core deployments to be specified by solr.xml
&lt;br&gt;&amp;gt; -----------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1621
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1621&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1621&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.5
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch, SOLR-1621.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; supporting two different modes of deployments is turning out to be hard. This leads to duplication of code. Moreover there is a lot of confusion on where do we put common configuration. See the mail thread &lt;a href=&quot;http://markmail.org/message/3m3rqvp2ckausjnf&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://markmail.org/message/3m3rqvp2ckausjnf&lt;/a&gt;&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1621%29-Deprecate-deployments-w-o-solr.xml-tp26637730p26775459.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775312</id>
	<title>[jira] Assigned: (SOLR-1655) Remove default datasource MockDataSource from DIH requestHandler config in dataimport-solrconfig.xml</title>
	<published>2009-12-14T01:52:18Z</published>
	<updated>2009-12-14T01:52:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Noble Paul reassigned SOLR-1655:
&lt;br&gt;--------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Assignee: Noble Paul
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Remove default datasource MockDataSource from DIH requestHandler config in dataimport-solrconfig.xml
&lt;br&gt;&amp;gt; ----------------------------------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1655
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1655&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: contrib - DataImportHandler
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Akshay K. Ukey
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Presence of MockDataSource as default datasource for DataImportHandler requestHandler in dataimport-solrconfig.xml (which is used by DIH tests) requires name attribute for dataSource tag to be present in dataConfig.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1655%29-Remove-default-datasource-MockDataSource-from-DIH-requestHandler-config-in-dataimport-solrconfig.xml-tp26775124p26775312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775186</id>
	<title>[jira] Commented: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T01:44:18Z</published>
	<updated>2009-12-14T01:44:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790067#action_12790067&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790067#action_12790067&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Noble Paul commented on SOLR-1653:
&lt;br&gt;----------------------------------
&lt;br&gt;&lt;br&gt;I guess this can be achieved with the matcher#replaceAll() directly 
&lt;br&gt;&lt;br&gt;input = see-ing looking
&lt;br&gt;regex = (\w+)(ing)
&lt;br&gt;replaceWith = $1
&lt;br&gt;&lt;br&gt;input = abc=1234=5678
&lt;br&gt;regex =(\w+)=(\d+)=(\d+)
&lt;br&gt;replaceWith=$3=$1=$2
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26775186.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775173</id>
	<title>[jira] Resolved: (SOLR-1610) Add generics to SolrCache</title>
	<published>2009-12-14T01:42:18Z</published>
	<updated>2009-12-14T01:42:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1610?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Shalin Shekhar Mangar resolved SOLR-1610.
&lt;br&gt;-----------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Fixed
&lt;br&gt;&lt;br&gt;Committed revision 890250.
&lt;br&gt;&lt;br&gt;Thanks Jason!
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add generics to SolrCache
&lt;br&gt;&amp;gt; -------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1610
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1610&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1610&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: search
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Jason Rutherglen
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Shalin Shekhar Mangar
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Trivial
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1610.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Seems fairly simple for SolrCache to have generics.
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1610%29-Add-generics-to-SolrCache-tp26568943p26775173.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775142</id>
	<title>[jira] Commented: (SOLR-1625) Add regexp support for TermsComponent</title>
	<published>2009-12-14T01:40:18Z</published>
	<updated>2009-12-14T01:40:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790064#action_12790064&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790064#action_12790064&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Leandro Hermida commented on SOLR-1625:
&lt;br&gt;---------------------------------------
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Just tested this feature with the 1.5-dev nightly build it works great
&lt;br&gt;&lt;br&gt;-Leandro
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Add regexp support for TermsComponent
&lt;br&gt;&amp;gt; -------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1625
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1625&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1625&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Improvement
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: search
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Uri Boness
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Noble Paul
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1625.patch, SOLR-1625.patch, SOLR-1625.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; At the moment the only way to filter the returned terms is by a prefix. It would be nice it the filter could also be done by regular expression
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1625%29-Add-regexp-support-for-TermsComponent-tp26659192p26775142.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775124</id>
	<title>[jira] Created: (SOLR-1655) Remove default datasource MockDataSource from DIH requestHandler config in dataimport-solrconfig.xml</title>
	<published>2009-12-14T01:38:18Z</published>
	<updated>2009-12-14T01:38:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">Remove default datasource MockDataSource from DIH requestHandler config in dataimport-solrconfig.xml
&lt;br&gt;----------------------------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Key: SOLR-1655
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1655&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1655&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Project: Solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Issue Type: Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Components: contrib - DataImportHandler
&lt;br&gt;&amp;nbsp; &amp;nbsp; Affects Versions: 1.4
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Reporter: Akshay K. Ukey
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: Minor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Fix For: 1.5
&lt;br&gt;&lt;br&gt;&lt;br&gt;Presence of MockDataSource as default datasource for DataImportHandler requestHandler in dataimport-solrconfig.xml (which is used by DIH tests) requires name attribute for dataSource tag to be present in dataConfig.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1655%29-Remove-default-datasource-MockDataSource-from-DIH-requestHandler-config-in-dataimport-solrconfig.xml-tp26775124p26775124.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775066</id>
	<title>[jira] Resolved: (SOLR-1651) Incorrect dataimport handler package name in SolrResourceLoader</title>
	<published>2009-12-14T01:32:18Z</published>
	<updated>2009-12-14T01:32:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel&lt;/a&gt;&amp;nbsp;]
&lt;br&gt;&lt;br&gt;Shalin Shekhar Mangar resolved SOLR-1651.
&lt;br&gt;-----------------------------------------
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; Resolution: Fixed
&lt;br&gt;&lt;br&gt;Committed revision 890243.
&lt;br&gt;&lt;br&gt;Thanks for the catch Akshay!
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Incorrect dataimport handler package name in SolrResourceLoader
&lt;br&gt;&amp;gt; ---------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1651
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1651&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1651&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: Bug
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: contrib - DataImportHandler
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Akshay K. Ukey
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Shalin Shekhar Mangar
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Trivial
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1651.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;quot;packages&amp;quot; String array used by findClass method in SolrResourceLoader has value for dataimport handler package as &amp;quot;handler.dataimport&amp;quot;, must be &amp;quot;handler.dataimport.&amp;quot;
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1651%29-Incorrect-dataimport-handler-package-name-in-SolrResourceLoader-tp26759005p26775066.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775067</id>
	<title>[jira] Issue Comment Edited: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T01:32:18Z</published>
	<updated>2009-12-14T01:32:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Koji Sekiguchi edited comment on SOLR-1653 at 12/14/09 9:30 AM:
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc=1234=5678|(\w+)=(\d+)=(\d+)|3,{=},1,{=},2|5678=abc=1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; was (Author: koji):
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)=(\d+)=(\d+)|3,{=},1,{=},2|5678=abc=1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26775067.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775042</id>
	<title>[jira] Issue Comment Edited: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T01:30:18Z</published>
	<updated>2009-12-14T01:30:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Koji Sekiguchi edited comment on SOLR-1653 at 12/14/09 9:29 AM:
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)=(\d+)=(\d+)|3,{=},1,{=},2|5678=abc=1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; was (Author: koji):
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)=(\d+)=(\d+)|3,{=},1,{=},2|5678-abc-1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26775042.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775044</id>
	<title>[jira] Issue Comment Edited: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T01:30:18Z</published>
	<updated>2009-12-14T01:30:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Koji Sekiguchi edited comment on SOLR-1653 at 12/14/09 9:28 AM:
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)=(\d+)=(\d+)|3,{=},1,{=},2|5678-abc-1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; was (Author: koji):
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)--(\d+)--(\d+)|3,{--},1,{--},2|5678-abc-1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26775044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775021</id>
	<title>[jira] Issue Comment Edited: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T01:28:18Z</published>
	<updated>2009-12-14T01:28:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Koji Sekiguchi edited comment on SOLR-1653 at 12/14/09 9:27 AM:
&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;&lt;br&gt;Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)--(\d+)--(\d+)|3,{--},1,{--},2|5678-abc-1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; was (Author: koji):
&lt;br&gt;&amp;nbsp; &amp;nbsp; Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)-(\d+)-(\d+)|3,{-},1,{-},2|5678-abc-1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&amp;nbsp; 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26775021.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774986</id>
	<title>[jira] Commented: (SOLR-1653) add PatternReplaceCharFilter</title>
	<published>2009-12-14T01:24:18Z</published>
	<updated>2009-12-14T01:24:18Z</updated>
	<author>
		<name>JIRA jira@apache.org</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp; [ &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&amp;focusedCommentId=12790056#action_12790056&lt;/a&gt;&amp;nbsp;] 
&lt;br&gt;&lt;br&gt;Koji Sekiguchi commented on SOLR-1653:
&lt;br&gt;--------------------------------------
&lt;br&gt;&lt;br&gt;Ok. I'll show you same samples ;-)
&lt;br&gt;&lt;br&gt;||INPUT||groupedPattern||replaceGroups||OUTPUT||comment||
&lt;br&gt;|see-ing looking|(\w+)(ing)|1|see-ing look|remove &amp;quot;ing&amp;quot; from the end of word|
&lt;br&gt;|see-ing looking|(\w+)ing|1|see-ing look|same as above. 2nd parentheses can be omitted|
&lt;br&gt;|No.1 NO. no. &amp;nbsp;543|[nN][oO]\.\s*(\d+)|{#},1|#1	NO.	#543|sample for literal. do not forget to set blockDelimiters other than period when you use period in groupedPattern|
&lt;br&gt;|abc-1234-5678|(\w+)-(\d+)-(\d+)|3,{-},1,{-},2|5678-abc-1234|change the order of the groups|
&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; add PatternReplaceCharFilter
&lt;br&gt;&amp;gt; ----------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Key: SOLR-1653
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; URL: &lt;a href=&quot;https://issues.apache.org/jira/browse/SOLR-1653&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issues.apache.org/jira/browse/SOLR-1653&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Project: Solr
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Issue Type: New Feature
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Components: Schema and Analysis
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;Affects Versions: 1.4
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Reporter: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Assignee: Koji Sekiguchi
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Priority: Minor
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fix For: 1.5
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Attachments: SOLR-1653.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Add a new CharFilter that uses a regular expression for the target of replace string in char stream.
&lt;br&gt;&amp;gt; Usage:
&lt;br&gt;&amp;gt; {code:title=schema.xml}
&lt;br&gt;&amp;gt; &amp;lt;fieldType name=&amp;quot;textCharNorm&amp;quot; class=&amp;quot;solr.TextField&amp;quot; positionIncrementGap=&amp;quot;100&amp;quot; &amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.PatternReplaceCharFilterFactory&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; groupedPattern=&amp;quot;([nN][oO]\.)\s*(\d+)&amp;quot;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; replaceGroups=&amp;quot;1,2&amp;quot; blockDelimiters=&amp;quot;:;&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;charFilter class=&amp;quot;solr.MappingCharFilterFactory&amp;quot; mapping=&amp;quot;mapping-ISOLatin1Accent.txt&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;lt;tokenizer class=&amp;quot;solr.WhitespaceTokenizerFactory&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;lt;/analyzer&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/fieldType&amp;gt;
&lt;br&gt;&amp;gt; {code}
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;This message is automatically generated by JIRA.
&lt;br&gt;-
&lt;br&gt;You can reply to this email to add a comment to the issue online.
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-jira--Created%3A-%28SOLR-1653%29-add-PatternReplaceCharFilter-tp26767677p26774986.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774424</id>
	<title>Solr nightly build failure</title>
	<published>2009-12-14T00:33:55Z</published>
	<updated>2009-12-14T00:33:55Z</updated>
	<author>
		<name>Solr - Dev mailing list</name>
	</author>
	<content type="html">&lt;br&gt;init-forrest-entities:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/web
&lt;br&gt;&lt;br&gt;compile-solrj:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/solrj
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 88 source files to /tmp/apache-solr-nightly/build/solrj
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use or override a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use unchecked or unsafe operations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 403 source files to /tmp/apache-solr-nightly/build/solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use or override a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use unchecked or unsafe operations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.
&lt;br&gt;&lt;br&gt;compileTests:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 187 source files to /tmp/apache-solr-nightly/build/tests
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use or override a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use unchecked or unsafe operations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.
&lt;br&gt;&lt;br&gt;dist-contrib:
&lt;br&gt;&lt;br&gt;init:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/contrib/clustering/build/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/contrib/clustering/lib/downloads
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/docs/api
&lt;br&gt;&lt;br&gt;init-forrest-entities:
&lt;br&gt;&lt;br&gt;compile-solrj:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&lt;br&gt;make-manifest:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/META-INF
&lt;br&gt;&lt;br&gt;proxy.setup:
&lt;br&gt;&lt;br&gt;check-files:
&lt;br&gt;&lt;br&gt;get-colt:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] Getting: &lt;a href=&quot;http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/colt/colt/1.2.0/colt-1.2.0.jar&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] To: /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/colt-1.2.0.jar
&lt;br&gt;&lt;br&gt;get-pcj:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] Getting: &lt;a href=&quot;http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://repo1.maven.org/maven2/pcj/pcj/1.2/pcj-1.2.jar&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] To: /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/pcj-1.2.jar
&lt;br&gt;&lt;br&gt;get-nni:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] Getting: &lt;a href=&quot;http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://download.carrot2.org/maven2/org/carrot2/nni/1.0.0/nni-1.0.0.jar&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] To: /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/nni-1.0.0.jar
&lt;br&gt;&lt;br&gt;get-simple-xml:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] Getting: &lt;a href=&quot;http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mirrors.ibiblio.org/pub/mirrors/maven2/org/simpleframework/simple-xml/1.7.3/simple-xml-1.7.3.jar&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [get] To: /tmp/apache-solr-nightly/contrib/clustering/lib/downloads/simple-xml-1.7.3.jar
&lt;br&gt;&lt;br&gt;get-libraries:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 7 source files to /tmp/apache-solr-nightly/contrib/clustering/build/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/contrib/clustering/src/main/java/org/apache/solr/handler/clustering/carrot2/CarrotClusteringEngine.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&lt;br&gt;build:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [jar] Building jar: /tmp/apache-solr-nightly/contrib/clustering/build/apache-solr-clustering-1.5-dev.jar
&lt;br&gt;&lt;br&gt;dist:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 1 file to /tmp/apache-solr-nightly/dist
&lt;br&gt;&lt;br&gt;init:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
&lt;br&gt;&lt;br&gt;init-forrest-entities:
&lt;br&gt;&lt;br&gt;compile-solrj:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&lt;br&gt;make-manifest:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 48 source files to /tmp/apache-solr-nightly/contrib/dataimporthandler/target/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/contrib/dataimporthandler/src/main/java/org/apache/solr/handler/dataimport/DocBuilder.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Some input files use unchecked or unsafe operations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.
&lt;br&gt;&lt;br&gt;build:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [jar] Building jar: /tmp/apache-solr-nightly/contrib/dataimporthandler/target/apache-solr-dataimporthandler-1.5-dev.jar
&lt;br&gt;&lt;br&gt;dist:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 2 files to /tmp/apache-solr-nightly/build/web
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/web/WEB-INF/lib
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 1 file to /tmp/apache-solr-nightly/build/web/WEB-INF/lib
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 1 file to /tmp/apache-solr-nightly/dist
&lt;br&gt;&lt;br&gt;init:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/contrib/extraction/build/classes
&lt;br&gt;&lt;br&gt;init-forrest-entities:
&lt;br&gt;&lt;br&gt;compile-solrj:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&lt;br&gt;make-manifest:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 6 source files to /tmp/apache-solr-nightly/contrib/extraction/build/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/contrib/extraction/src/main/java/org/apache/solr/handler/extraction/ExtractingDocumentLoader.java uses unchecked or unsafe operations.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:unchecked for details.
&lt;br&gt;&lt;br&gt;build:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [jar] Building jar: /tmp/apache-solr-nightly/contrib/extraction/build/apache-solr-cell-1.5-dev.jar
&lt;br&gt;&lt;br&gt;dist:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;[copy] Copying 1 file to /tmp/apache-solr-nightly/dist
&lt;br&gt;&lt;br&gt;init:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/contrib/velocity/target/classes
&lt;br&gt;&lt;br&gt;init-forrest-entities:
&lt;br&gt;&lt;br&gt;compile-solrj:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 1 source file to /tmp/apache-solr-nightly/build/solr
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/src/java/org/apache/solr/search/DocSetHitCollector.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&lt;br&gt;make-manifest:
&lt;br&gt;&lt;br&gt;compile:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Compiling 4 source files to /tmp/apache-solr-nightly/contrib/velocity/target/classes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: /tmp/apache-solr-nightly/contrib/velocity/src/main/java/org/apache/solr/request/VelocityResponseWriter.java uses or overrides a deprecated API.
&lt;br&gt;&amp;nbsp; &amp;nbsp; [javac] Note: Recompile with -Xlint:deprecation for details.
&lt;br&gt;&lt;br&gt;build:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; [jar] Building jar: /tmp/apache-solr-nightly/contrib/velocity/src/main/solr/lib/apache-solr-velocity-1.5-dev.jar
&lt;br&gt;&lt;br&gt;dist:
&lt;br&gt;&lt;br&gt;junit:
&lt;br&gt;&amp;nbsp; &amp;nbsp; [mkdir] Created dir: /tmp/apache-solr-nightly/build/test-results
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.BasicFunctionalityTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 62.525 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.ConvertedLegacyTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 24.963 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.DisMaxRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 15.792 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.EchoParamsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 5.812 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.MinimalSchemaTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.753 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.OutputWriterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.814 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.SampleTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 5.298 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.SolrInfoMBeanTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.803 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.TestDistributedSearch
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 35.966 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.TestPluginEnable
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.783 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.TestSolrCoreProperties
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.193 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.TestTrie
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 29.684 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.CommonGramsFilterFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.972 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.CommonGramsFilterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.069 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.CommonGramsQueryFilterFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.704 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.07 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.DoubleMetaphoneFilterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.05 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.EnglishPorterFilterFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.23 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.HTMLStripCharFilterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.154 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.LengthFilterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.693 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.SnowballPorterFilterFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.064 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestBufferedTokenStream
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.455 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestCapitalizationFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.71 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestCollationKeyFilterFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.025 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestDelimitedPayloadTokenFilterFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.701 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestHyphenatedWordsFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.519 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestKeepFilterFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.277 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestKeepWordFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.096 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestMappingCharFilterFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestMultiWordSynonyms
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.071 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestPatternReplaceFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 6.853 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestPatternTokenizerFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.547 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestPhoneticFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.806 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestRemoveDuplicatesTokenFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.666 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestReversedWildcardFilterFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.595 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestStopFilterFactory
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.656 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestSynonymFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 10.329 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestSynonymMap
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 4.49 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestTrimFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.284 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.analysis.TestWordDelimiterFilter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 37.765 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.SolrExceptionTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.454 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.SolrQueryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.041 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.TestBatchUpdate
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 19.363 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.TestLBHttpSolrServer
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 15.526 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Test org.apache.solr.client.solrj.TestLBHttpSolrServer FAILED
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.beans.TestDocumentObjectBinder
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.435 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.JettyWebappTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.898 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.LargeVolumeBinaryJettyTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 11.338 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.LargeVolumeEmbeddedTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.186 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.LargeVolumeJettyTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.773 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.MergeIndexesEmbeddedTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.072 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.MultiCoreEmbeddedTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.591 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.MultiCoreExampleJettyTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.42 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.SolrExampleEmbeddedTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 27.759 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.SolrExampleJettyTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 36.366 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.SolrExampleStreamingTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 35.574 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.embedded.TestSolrProperties
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.503 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.request.TestUpdateRequestCodec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.058 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.response.AnlysisResponseBaseTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.response.DocumentAnalysisResponseTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.028 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.response.FieldAnalysisResponseTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.031 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.response.QueryResponseTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.229 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.response.TermsResponseTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.787 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.response.TestSpellCheckResponse
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 11.517 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.client.solrj.util.ClientUtilsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.1 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.SolrDocumentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.params.ModifiableSolrParamsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.033 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.params.SolrParamTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.036 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.ContentStreamTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.088 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.DOMUtilTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.457 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.FileUtilsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.IteratorChainTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.023 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.NamedListTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.019 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.TestFastInputStream
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.TestHash
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.139 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.TestNamedListCodec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 1.266 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.common.util.TestXMLEscaping
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.025 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.AlternateDirectoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.81 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.AlternateIndexReaderTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.796 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.IndexReaderFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.961 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.RequestHandlersTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 9.129 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.ResourceLoaderTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.146 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.SOLR749Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.915 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.SolrCoreTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 17.314 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestArbitraryIndexDir
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.626 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestBadConfig
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.464 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestConfig
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.595 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestJmxIntegration
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.42 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestJmxMonitoredMap
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.601 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestLegacyMergeSchedulerPolicyConfig
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.161 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestPropInject
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15.009 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestQuerySenderListener
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 4.025 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestSolrDeletionPolicy1
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 23.424 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestSolrDeletionPolicy2
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.783 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.core.TestXIncludeConfig
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.077 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.AnalysisRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.432 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.DocumentAnalysisRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.209 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.FieldAnalysisRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.501 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.MoreLikeThisHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.349 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.SpellCheckerRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 11.078 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.StandardRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.221 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.TestCSVLoader
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 17.669 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.TestReplicationHandler
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 92.422 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.XmlUpdateRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.765 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.admin.LukeRequestHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.172 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.admin.SystemInfoHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.DistributedSpellCheckComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.735 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.DistributedTermsComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.703 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.QueryElevationComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.53 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.SearchHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.453 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.SpellCheckComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 14.39 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.StatsComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 10.701 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.TermVectorComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 6.898 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.handler.component.TermsComponentTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 14, Failures: 0, Errors: 0, Time elapsed: 30.045 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.highlight.HighlighterConfigTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.71 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.highlight.HighlighterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 23, Failures: 0, Errors: 0, Time elapsed: 52.629 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.request.JSONWriterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 8.648 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.request.SimpleFacetsLegacySortTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.197 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.request.SimpleFacetsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 27.115 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.request.TestBinaryResponseWriter
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.068 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.request.TestFaceting
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 29.764 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.request.TestWriterPerf
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.157 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.BadIndexSchemaTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.34 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.CopyFieldTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 13.325 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.DateFieldTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.116 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.IndexSchemaTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 13.519 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.LegacyDateFieldTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.161 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.NotRequiredUniqueKeyTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.194 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.RequiredFieldsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 6.462 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.TestBinaryField
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.589 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.schema.UUIDFieldTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.455 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.FunctionQParserTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.738 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.QueryParsingTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 8.569 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestDocSet
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.466 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestExtendedDismaxParser
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.888 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestFastLRUCache
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.067 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestIndexSearcher
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.712 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestQueryTypes
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.824 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestQueryUtils
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.178 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestRangeQuery
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 29.203 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.TestSearchPerf
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.932 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.function.SortByFunctionTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.004 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.function.TestFunctionQuery
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 18.666 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.search.function.distance.DistanceFunctionTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 6.64 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.servlet.CacheHeaderTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 24.963 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.servlet.DirectSolrConnectionTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.181 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.servlet.NoCacheHeaderTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.533 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.servlet.SolrRequestParserTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 15.806 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.spelling.FileBasedSpellCheckerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 13.273 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.spelling.IndexBasedSpellCheckerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.647 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.spelling.SpellingQueryConverterTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.089 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.AutoCommitTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.81 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.DirectUpdateHandlerOptimizeTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.238 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.DirectUpdateHandlerTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 15.711 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.DocumentBuilderTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.102 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.TestIndexingPerformance
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.945 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.processor.SignatureUpdateProcessorFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.393 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.update.processor.UpdateRequestProcessorFactoryTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.153 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.ArraysUtilsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.DateMathParserTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 0.119 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.SolrPluginUtilsTest
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 19.131 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.TestCharArrayMap
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.249 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.TestNumberUtils
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.703 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.TestOpenBitSet
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.837 sec
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Running org.apache.solr.util.TestUtils
&lt;br&gt;&amp;nbsp; &amp;nbsp; [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.033 sec
&lt;br&gt;&lt;br&gt;BUILD FAILED
&lt;br&gt;/tmp/apache-solr-nightly/build.xml:414: Tests failed!
&lt;br&gt;&lt;br&gt;Total time: 27 minutes 49 seconds
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Solr-nightly-build-failure-tp26774424p26774424.html" />
</entry>

</feed>
