Re: wt=xml not defaulting the results to xml format

2020-08-07 Thread Shawn Heisey
On 8/7/2020 9:30 AM, yaswanth kumar wrote: solr/PROXIMITY_DATA_V2/select?q=pkey:223_*&group=true&group.field=country_en&fl=country_en What ever I am trying is not working other than sending wt=xml as a parameter while hitting the url. I tried your solrconfig.xml addition and a URL similar

Re: wt=xml not defaulting the results to xml format

2020-08-07 Thread Alexandre Rafalovitch
from the solrconfig.xml. > > >> > > >> Sorry about the top posted reply. It's the only option on this email > > app. > > >> My computer isn't available so I'm on my phone. > > >> > > >> ⁣Get TypeApp for Android ​ > &g

Re: wt=xml not defaulting the results to xml format

2020-08-07 Thread yaswanth kumar
n my phone. > >> > >> ⁣Get TypeApp for Android ​ > >> > >> On Aug 6, 2020, 21:52, at 21:52, yaswanth kumar > >> wrote: > >>> Can someone help me on this ASAP? I am using solr 8.2.0 and below is > >>> the > >>> snipp

Re: wt=xml not defaulting the results to xml format

2020-08-07 Thread Erick Erickson
>> >> ⁣Get TypeApp for Android ​ >> >> On Aug 6, 2020, 21:52, at 21:52, yaswanth kumar >> wrote: >>> Can someone help me on this ASAP? I am using solr 8.2.0 and below is >>> the >>> snippet from solrconfig.xml for one of the configset, where I

Re: wt=xml not defaulting the results to xml format

2020-08-07 Thread yaswanth kumar
help me on this ASAP? I am using solr 8.2.0 and below is > >the > >snippet from solrconfig.xml for one of the configset, where I am trying > >to > >default the results into xml format but its giving me as a json result. > > > > > > > > > >

Re: wt=xml not defaulting the results to xml format

2020-08-07 Thread Shawn Heisey
#x27;m on my phone. ⁣Get TypeApp for Android ​ On Aug 6, 2020, 21:52, at 21:52, yaswanth kumar wrote: >Can someone help me on this ASAP? I am using solr 8.2.0 and below is >the >snippet from solrconfig.xml for one of the configset, where I am trying >to >default the results into xml f

wt=xml not defaulting the results to xml format

2020-08-06 Thread yaswanth kumar
Can someone help me on this ASAP? I am using solr 8.2.0 and below is the snippet from solrconfig.xml for one of the configset, where I am trying to default the results into xml format but its giving me as a json result. all 10 pkey xml Can

Re: schema-api: modifying schema in xml format

2018-04-18 Thread Arturas Mazeika
> > > is it possible to modify the managed schema using schema api and submit > the > > commands in XML format? I am able to add a data type using: > > > > curl -X POST -H 'Content-type:application/json' --data-binary '{ > > "add-field-typ

Re: schema-api: modifying schema in xml format

2018-04-18 Thread Steve Rowe
gt; > is it possible to modify the managed schema using schema api and submit the > commands in XML format? I am able to add a data type using: > > curl -X POST -H 'Content-type:application/json' --data-binary '{ > "add-field-type": { > "name":&q

schema-api: modifying schema in xml format

2018-04-18 Thread Arturas Mazeika
Hi solr-users, is it possible to modify the managed schema using schema api and submit the commands in XML format? I am able to add a data type using: curl -X POST -H 'Content-type:application/json' --data-binary '{ "add-field-type": { "name":&quo

Re: Convert output response xml into input xml format using xslt

2015-11-10 Thread Jan Høydahl
It already ships with Solr. http://localhost:8983/solr/select?q=*:*&wt=xslt&tr=updateXml -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com > 9. nov. 2015 kl. 19.27 skrev davidphilip cherian > : > > Has anyone written a sample xslt (and would like to share) that convert

Convert output response xml into input xml format using xslt

2015-11-09 Thread davidphilip cherian
Has anyone written a sample xslt (and would like to share) that converts output response xml of solr into its input format, to repost/reindex it back? Thanks

Re: update doc with a xml-format string

2013-12-22 Thread YouPeng Yang
Hi Daniel The CDATA block works. the raw data is actually what I want. Thanks a lot Regards 2013/12/20 yypvsxf19870706 > Your suggestions light me. The type is just string. > I will try the left advices . > Thanks a lot. > > 发自我的 iPhone > > 在 2013-12-20,19:09,Daniel Collins 写道: > >

Re: update doc with a xml-format string

2013-12-22 Thread YouPeng Yang
Hi Daniel The CDATA block works. the raw data is actually what I want. Thanks a lot Regards 2013/12/20 yypvsxf19870706 > Your suggestions light me. The type is just string. > I will try the left advices . > Thanks a lot. > > 发自我的 iPhone > > 在 2013-12-20,19:09,Daniel Collins 写道: > >

Re: update doc with a xml-format string

2013-12-20 Thread yypvsxf19870706
Your suggestions light me. The type is just string. I will try the left advices . Thanks a lot. 发自我的 iPhone 在 2013-12-20,19:09,Daniel Collins 写道: > What's the schema definition for that field? Are you stripping HTML in > your analyzer chain? Can you run it through the analyzer screen in the >

Re: update doc with a xml-format string

2013-12-20 Thread Daniel Collins
What's the schema definition for that field? Are you stripping HTML in your analyzer chain? Can you run it through the analyzer screen in the admin UI to confirm that the raw data goes through as you expect? Can you add a document via the admin UI and see that the data in the index is correct? Hav

Re: update doc with a xml-format string

2013-12-20 Thread YouPeng Yang
Hi thanks. I add the CDATA like : update?stream.body=shardTv_20131031&commit=true and the field jobFirstRunExpress in the doc just like : jobFirstRunExpress":"REP_DATE>20130930 and REP_DATE<20131003" it seems the xml tags were omitted. 2013/12/20 Gora Mohanty > On 20 December 2

Re: update doc with a xml-format string

2013-12-20 Thread Gora Mohanty
On 20 December 2013 14:18, YouPeng Yang wrote: > Hi >Thanks for your reply. > >The is actually what I want to update the doc. That > is I intend to update the xml string to one of the fields of my doc. [...] Ah, sorry, I missed that. As others have followed up, you need to escape t

Re: update doc with a xml-format string

2013-12-20 Thread Daniel Collins
problem to solve, if you search around for that. Basically, > the value of the field tag needs to be a string that has no XML tags within > it otherwise Solr will try to parse it (and fail since it isn't in Solr's > XML format for updates). > > > > On 20 December 2013 0

Re: update doc with a xml-format string

2013-12-20 Thread Daniel Collins
ve, if you search around for that. Basically, the value of the field tag needs to be a string that has no XML tags within it otherwise Solr will try to parse it (and fail since it isn't in Solr's XML format for updates). On 20 December 2013 08:48, YouPeng Yang wrote: > Hi >Th

Re: update doc with a xml-format string

2013-12-20 Thread YouPeng Yang
owever it give out an > error: > > Um, the error message is pretty clear. Your XML is not in the format > that Solr expects: You have a tag that Solr does not understand. > Please see http://wiki.apache.org/solr/UpdateXmlMessages for the > required XML format. > > Regards, > Gora >

Re: update doc with a xml-format string

2013-12-20 Thread Gora Mohanty
sage is pretty clear. Your XML is not in the format that Solr expects: You have a tag that Solr does not understand. Please see http://wiki.apache.org/solr/UpdateXmlMessages for the required XML format. Regards, Gora

update doc with a xml-format string

2013-12-20 Thread YouPeng Yang
Hi solr users I have a string field to store a xml string. Now I want to update the field.I use the command. http://10.7.23.122:8080/solr/meta_core/update?stream.body=shardTv_20131031"REP_DATE>20130930 and REP_DATE<20131003 "&commit=true The red color string is what I want to update .However

Re: Solr 4.0 is stripping XML format from RSS content field

2013-10-01 Thread eShard
p the fields to your schema. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-is-stripping-XML-format-from-RSS-content-field-tp4039809p4092961.html Sent from the Solr - User mailing list archive at Nabble.com.

Solr 4.0 is stripping XML format from RSS content field

2013-02-11 Thread eShard
ow to stop Solr from doing this? I'm using tika but I don't see it in the update/extract handler. Can anyone point me in the right direction? Thanks, -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-4-0-is-stripping-XML-format-from-RSS-content-field-tp4039809

RE: Solr web admin in xml format

2012-03-02 Thread Ricardo F
Interesting, with curl I get the content in xml format. Thanks! > CC: solr-user@lucene.apache.org > From: erik.hatc...@gmail.com > Subject: Re: Solr web admin in xml format > Date: Fri, 2 Mar 2012 07:59:16 -0500 > To: solr-user@lucene.apache

RE: Solr web admin in xml format

2012-03-02 Thread Ahmet Arslan
> Get values from the statistics web, but in xml format for > parse it with a perl script. Actually http://localhost:8080/solr/coreName/admin/stats.jsp is a XML already. It is transformed with stats.xsl to generate web page. You can use http://wiki.apache.org/solr/SolrJmx to retrieve sta

Re: Solr web admin in xml format

2012-03-02 Thread Erik Hatcher
Not at my computer at the moment but there are request handlers that can give you those details as as well as JMX. But the stats page IS XML :). View source. :) On Mar 2, 2012, at 7:50, Ricardo F wrote: > > Get values from the statistics web, but in xml format for parse it

RE: Solr web admin in xml format

2012-03-02 Thread Ricardo F
Get values from the statistics web, but in xml format for parse it with a perl script. Thanks > Date: Fri, 2 Mar 2012 12:51:00 +0100 > From: matheis.ste...@googlemail.com > To: solr-user@lucene.apache.org > Subject: Re: Solr web admin i

Re: Solr web admin in xml format

2012-03-02 Thread Stefan Matheis
Ricardo, What exactly do you need? On Friday, March 2, 2012 at 12:05 PM, Ricardo F wrote: > > Hello, > How can I get the output of the web interface in xml format? I need it for > munin monitoring. > > Thanks

Solr web admin in xml format

2012-03-02 Thread Ricardo F
Hello,    How can I get the output of the web interface in xml format?   I need it for munin monitoring. Thanks

RE: Output Search Result in ADD-XML-Format

2010-11-10 Thread Chantal Ackermann
Sent: Wednesday, November 10, 2010 5:59 AM > To: solr-user@lucene.apache.org > Subject: Output Search Result in ADD-XML-Format > > Dear all, > > my use case is: > > Creating an index using DIH where the sub-entity is querying another > SOLR index for more fields. > As t

RE: Output Search Result in ADD-XML-Format

2010-11-10 Thread Dyer, James
er 10, 2010 5:59 AM To: solr-user@lucene.apache.org Subject: Output Search Result in ADD-XML-Format Dear all, my use case is: Creating an index using DIH where the sub-entity is querying another SOLR index for more fields. As there is a very convenient attribute "useSolrAddSchema" that wo

Output Search Result in ADD-XML-Format

2010-11-10 Thread Chantal Ackermann
Dear all, my use case is: Creating an index using DIH where the sub-entity is querying another SOLR index for more fields. As there is a very convenient attribute "useSolrAddSchema" that would spare me to list all the fields I want to add from the other index, I'm looking for a way to get the sea

Re: XML Format

2010-08-06 Thread Geert-Jan Brits
s you want outputted are stored to begin with. http://wiki.apache.org/solr/CommonQueryParameters#fl <http://wiki.apache.org/solr/CommonQueryParameters#fl> 2010/8/6 twojah > > can somebody help me please > -- > View this message in context: > http://lucene.

Re: XML Format

2010-08-05 Thread twojah
can somebody help me please -- View this message in context: http://lucene.472066.n3.nabble.com/XML-Format-tp1024608p1028456.html Sent from the Solr - User mailing list archive at Nabble.com.

XML Format

2010-08-04 Thread twojah
G 2010-05-19 17:56:45 [UPDATE] BRACKET Projector dan LCD/PLASMA TV 1 0 0 0 0 0 0 0 28 my question is, how to change my Schema so it will return the list like the one above that I bold? thanks before -- View this message in context: http://lucene.472066.n3.nabble.com/XML-Format-tp1024608p1024608

Re: Solrj client API and response in XML format (Solr 1.4)

2009-10-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
", "dismax"); >>>    params.set("indent", "on"); >>>    params.set("version", "2.2"); >>>    params.set("q", "test"); >>>    params.set("start", "0"); >>>    para

Re: Solrj client API and response in XML format (Solr 1.4)

2009-10-24 Thread SGE0
   params.set("indent", "on"); >>    params.set("version", "2.2"); >>    params.set("q", "test"); >>    params.set("start", "0"); >>    params.set("rows", "10"); >>    params.set

Re: Solrj client API and response in XML format (Solr 1.4)

2009-10-24 Thread Noble Paul നോബിള്‍ नोब्ळ्
set("start", "0"); >    params.set("rows", "10"); >    params.set("wt", "xml"); >    params.set("hl", "on"); >    QueryResponse response = solr.query(params); > > > How can I get the query result (respon

Solrj client API and response in XML format (Solr 1.4)

2009-10-23 Thread SGE0
set("rows", "10"); params.set("wt", "xml"); params.set("hl", "on"); QueryResponse response = solr.query(params); How can I get the query result (response) in XML format out f? I know it sounds stupid but I can't seem to m

Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread Lance Norskog
nable it to true does not seem to be working. > > What else need to be done. > > Should i change the config file or add new tag. > > Also how to check the compatibility of Lucen and solr > > Thanks in advance > > -- > View this message in context: > http://www.nabble.c

Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread busbus
sage in context: http://www.nabble.com/How-to-Convert-Lucene-index-files-to-XML-Format-tp25381017p25382367.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Convert Lucene index files to XML Format

2009-09-10 Thread Grant Ingersoll
On Sep 10, 2009, at 6:41 AM, busbus wrote: Hello All, I have a set of Files indexed by Lucene. Now i want to use the indexed files in SOLR. The file .cfx an .cfs are not readable by Solr, as it supports only .fds and .fdx. Solr defers to Lucene on reading the index. You just need to te

How to Convert Lucene index files to XML Format

2009-09-10 Thread busbus
newFile.XML - Loads the XML and Updates the index. Now i want to Convert all the cfx files to XML so that i can Use them in SOLR. Advice Needed. Any other suggestions are most welcomed. - Balaji -- View this message in context: http://www.nabble.com/How-to-Convert-Lucene-index-files-to-XML-Format

Re: Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
now when we query solr from solr admin interface we get back the > results in xml format, so thought there must be something similar for solrj > as well, which I'll make to go thru an xml parser at the other end and > display all the results in the browser. Otherwise I've to iterate

Re: Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread ahmed baseet
As I know when we query solr from solr admin interface we get back the results in xml format, so thought there must be something similar for solrj as well, which I'll make to go thru an xml parser at the other end and display all the results in the browser. Otherwise I've to i

Re: Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread Ryan McKinley
we query solr from solr admin interface we get back the results in xml format, so thought there must be something similar for solrj as well, which I'll make to go thru an xml parser at the other end and display all the results in the browser. Otherwise I've to iterate the solrdocumentlis

Re: Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread Ryan McKinley
debugging with packet sniffing? the XML format will be a bit slower then the binary format. ryan On May 4, 2009, at 8:22 AM, Erik Hatcher wrote: Just out of curiosity, what's the use case for getting the result back in XML from SolrJ? Erik On May 4, 2009, at 8:13 AM, ahmed b

Re: Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread Erik Hatcher
Just out of curiosity, what's the use case for getting the result back in XML from SolrJ? Erik On May 4, 2009, at 8:13 AM, ahmed baseet wrote: Can we get the results as received by Solrj in XML format? If yes how to do that. I think there must be some way to make solrj re

Does solrj return result in XML format? If not then how to make it do that.

2009-05-04 Thread ahmed baseet
Can we get the results as received by Solrj in XML format? If yes how to do that. I think there must be some way to make solrj returns results in XML format. I need some pointers in this direction. As I know solrs returns the result in solrdocument format that we've to iterate to extrac

Re: Different XML format for multi-valued fields?

2008-10-17 Thread Chris Hostetter
: the multi-value field has only one value for a document, the XML returned : looks like this: : : 5693 : I think you are mistaken. it will either look like this... 5693 ...or it will look like this... 5693 ...depending on what the value of the "version" param is in your re

Re: Different XML format for multi-valued fields?

2008-10-16 Thread Noble Paul നോബിള്‍ नोब्ळ्
s there a reason for this difference? Also, how does faceting work with > multi-valued fields? It seems that I sometimes get facet results from > multi-valued fields, and sometimes I don't. > > Thanks. > -- > View this message in context: > http://www.nabble.com/Different-X

Different XML format for multi-valued fields?

2008-10-16 Thread oleg_gnatovskiy
2 Is there a reason for this difference? Also, how does faceting work with multi-valued fields? It seems that I sometimes get facet results from multi-valued fields, and sometimes I don't. Thanks. -- View this message in context: http://www.nabble.com/Different-XML-format-for-m

Re: Solr and XML format

2007-08-10 Thread Yonik Seeley
On 8/10/07, Jae Joo <[EMAIL PROTECTED]> wrote: > I would like to find out how to build the index for general format of XML > file which does not have tags. Solr doesn't really index XML... it's just used as a serialization format for Lucene documents. If you understand the layout of your XML, yo

Solr and XML format

2007-08-10 Thread Jae Joo
I would like to find out how to build the index for general format of XML file which does not have tags. Do I have to update all my xml file to Solr specific XML which have … format? Or any way to build index? Thanks, Jae Joo