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
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
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
>>
>> 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
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.
> >
> >
> >
> >
> >
#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
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
>
> > 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
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
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
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
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
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 写道:
>
>
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 写道:
>
>
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
>
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
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
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
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
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
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
>
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
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
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.
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
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
> 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
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
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
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
Hello,
How can I get the output of the web interface in xml format? I need it for
munin monitoring.
Thanks
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
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
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
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.
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.
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
", "dismax");
>>> params.set("indent", "on");
>>> params.set("version", "2.2");
>>> params.set("q", "test");
>>> params.set("start", "0");
>>> para
params.set("indent", "on");
>> params.set("version", "2.2");
>> params.set("q", "test");
>> params.set("start", "0");
>> params.set("rows", "10");
>> params.set
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
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
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
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.
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
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
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
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
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
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
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
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
: 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
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
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
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
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
56 matches
Mail list logo