Re: Update with fancy characters in xml

2007-04-20 Thread Bertrand Delacretaz

On 4/20/07, David Xiao [EMAIL PROTECTED] wrote:

I am updating text into solr, use post.sh. I found that if the .xml contains 
fancy
words such as  it will actually corrupt xml schema layout.


As the document to be posted is XML, it must be well-formed, so you
must escape some characters (   and  ) in it, according to
http://www.w3.org/TR/REC-xml/

-Bertrand


Re: [Solr Wiki] Update of Solr1.2 by ryan

2007-04-20 Thread Ryan McKinley

Yonik Seeley wrote:

On 4/19/07, Apache Wiki [EMAIL PROTECTED] wrote:

  == Minor things that should happen ==
+* remove the ';' sort syntax from StandardRequestHandler


You mean add the sort parameter, right?
We can't actually remove the ';' sort syntax since there are tons of
people using the standard
request handler (all using the current sort syntax).



the patch adds the sort parameter to StandardRequestHandler, (keeping 
the ';') The wiki note is to say after that patch is applied, then 
remove the sort ';' parameter documentation from the 
StandardRequestHandler page  -- the wiki link does not come accross in 
the email!




We could not use it when there is an explicit sort param,
and to deprecate it , we could remove documentation references.

-Yonik