Deep:
Have you looked through the rest of the thread and tried the
suggestions? If so, what were the results?
Best
Erick
On Thu, May 30, 2013 at 2:45 AM, Deep Lotia wrote:
> Hi,
>
> I am having a same kind of issue. I am not able to search accented characters
> of spanish. For eg: - Según, próx
Hi,
I am having a same kind of issue. I am not able to search accented characters
of spanish. For eg: - Según, próximos etc.
I have field called attr_content which holds the content of a PDF file whose
contents are in spanish. I am using Apache Tika to index the contents of a PDF
file. I have
On May 29, 2013, at 18:09 , jignesh wrote:
> Solr returning error 500, when i post data with ascent chars...
>
> Any solution for that?
The solution probably involves using the correct encoding, and ensuring that
the HTTP request sets the appropriate header values accordingly.
In other words,
On 29 May 2013 21:39, jignesh wrote:
> Solr returning error 500, when i post data with ascent chars...
>
> Any solution for that?
[...]
Please look in the Solr logs for the
appropriate error message.
Regards,
Gora
Solr returning error 500, when i post data with ascent chars...
Any solution for that?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent-in-solr-tp4064404p4066808.html
Sent from the Solr - User mailing list archive at Nabble.com.
: jignesh
Sent: Tuesday, May 28, 2013 11:30 AM
To: solr-user@lucene.apache.org
Subject: Re: Not able to search Spanish word with ascent in solr
Hello Jack
Thanks for your reply..
I have tried to add below contents to solr, as you suggest
-
doc-1
Hola Mañana en le Café, habla
Hello Steve
Thanks for your reply
I don't want to upgrade solr 4
so your suggestion will be as below
---
you should instead convert these HTML character entities yourself to the
characters they represent (e.g. "é" -> "é") before sending the
docs to Solr.
---
Ple
Hello Jack
Thanks for your reply..
I have tried to add below contents to solr, as you suggest
-
doc-1
Hola Mañana en le Café, habla el Académie
française!
--
BUT I am getting below error
--
I:\Program
Files\EasyPHP-
Thanks Shawn,
Will check & try your suggestion.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent-in-solr-tp4064404p4064959.html
Sent from the Solr - User mailing list archive at Nabble.com.
UTF-8 characters should solve the problem! :O
On Tue, May 21, 2013 at 6:12 PM, jignesh wrote:
> Hello
>
> Thanks for your reply
>
> I will try your suggestion and let you know...
>
> Thanks for your reply again
>
>
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/
Hello
Thanks for your reply
I will try your suggestion and let you know...
Thanks for your reply again
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent-in-solr-tp4064404p4064954.html
Sent from the Solr - User mailing list archi
n you can return features for clean text with
accents.
Do you really want the HTML in Solr at all? For rich display it is
reasonable, but is that your requirement?
-- Jack Krupansky
-Original Message-
From: Shawn Heisey
Sent: Monday, May 20, 2013 1:52 PM
To: solr-user@lucene.apache.
On 5/20/2013 11:24 AM, jignesh wrote:
017165093842601769567616053
Solr is indexing the encoded XML - so you are getting amp, acute,
aacute, and similar terms in your index.
Looking at the XML that you are indexing, it doesn't contain XML encoded
accented characters. It contains XML encodin
ansky
-Original Message-
From: jignesh
Sent: Monday, May 20, 2013 1:24 PM
To: solr-user@lucene.apache.org
Subject: Re: Not able to search Spanish word with ascent in solr
Here is the output using
/solr/terms?terms.fl=name&terms.prefix=a
--
017165093842601769567616053
---
We can conclude that the field type analyzer is NOT the problem. Good
experiment to eliminate one culprit.
-- Jack Krupansky
-Original Message-
From: jignesh
Sent: Monday, May 20, 2013 1:21 PM
To: solr-user@lucene.apache.org
Subject: Re: Not able to search Spanish word with ascent in
Here is the output using
/solr/terms?terms.fl=name&terms.prefix=a
--
017165093842601769567616053
What should I conclude from above?
Thanks
Waiting for reply
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent
Hello
Here is the output of Solr Admin UI Analysis page
http://awesomescreenshot.com/0ff1ao7347
What should I conclude from this?
Thanks,
Waiting for reply.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent-in-solr-tp4064404p
age- From: jignesh
> Sent: Monday, May 20, 2013 10:46 AM
> To: solr-user@lucene.apache.org
> Subject: Re: Not able to search Spanish word with ascent in solr
>
> Thanks for the reply..
>
> I am send below type of xml to solr
>
>
> 15
> 15
> Mis nuevos colg
able to search Spanish word with ascent in solr
Thanks for the reply..
I am send below type of xml to solr
15
15
Mis nuevos colgantes de PRIMARK
¿Alguna vez os habéis pasado
por la zona de bisutería de PRIMARK? Cada vez que me doy una
vuelta y paso por delante no
Thanks for the reply..
I am send below type of xml to solr
15
15
Mis nuevos colgantes de PRIMARK
¿Alguna vez os habéis pasado
por la zona de bisutería de PRIMARK? Cada vez que me doy una
vuelta y paso por delante no puedo evitar echar un vistazo a ver si
encuentro algú
Thanks for your reply
I am using jetty for solr search
--
View this message in context:
http://lucene.472066.n3.nabble.com/Not-able-to-search-Spanish-word-with-ascent-in-solr-tp4064404p4064652.html
Sent from the Solr - User mailing list archive at Nabble.com.
Tomcat is notorious for not defaulting to UTF-8 encoding for URLs which is
how the query is passed, which is needed to preserve all these accented
characters.
In Tomcat's server.xml, it should have something like:
The "URIEncoding="UTF-8"" is essential.
-- Jack Krupansky
-Original Mess
On 18 May 2013 23:23, jignesh wrote:
> I have install solr 3.5
> I would like to search words(Spanish words) like
>
> -> enseñé
> -> étnico
> -> castaño
> -> después
>
> with ascent ñ,é etc.
>
> But solr is not search such words from index.
[...]
Are you able to set up Solr, and search for Englis
23 matches
Mail list logo