Thanks Hoss.
As you said i tried NGrimTokenizer, but still i didnt get the result.
I just added
in schema.xml during indexing and querying. But it didnt work.
But after added this tokenizer this scenario also didnt work
Index data : sweetheart,sweetHeart.
Search data : Heart or
Hi All,
I am facing a problem when search for multiphrases in a word.
My index data is :
srinivasan,sweetheart,thomasmaster,thomasMaster.(totally 4 words)
Scenario : 1
Search data : vasan
If i search for "vasan", its return nothing. But the result should be
"srinivasan".
Like
Thanks Erick.
I have tried with WhitespaceAnalyzer as you said.
-> In my schema.xml i have removed the filter class
"solr.WordDelimiterFilterFactory" for both indexing and querying.
-> If i remove this, the special character search works fine. But i am
unable to search for this scenario...
ex
Thanks Erick.
Here i have attached the schema.xml. As you said, i have noticed and
many analyzers are there.
Can you please tell me which analyzer i have to avoid for this special
character usage? http://www.nabble.com/file/p15369487/schema.xml schema.xml
Thanks,
nithya.
What analyz
Hi All,
Now i am facing problem in special character search.
I tried with the following special characters
(!,@,#,$,%,^,&,*,(,),{,},[,]).
My indexing data is :
!national!
@national@
#national#
$national$
%national%
^national^
&national&
Thanks Yonik and Ard.
Yes its the stemming problem and i have removed the
""solr.EnglishPorterFilterFactory"" from indexing and querying analyzers.
Now its working fine. Is any other problem will occur if i remove this?
Thanks,
nithya.
--
View this message in context:
http://www.nabble.com/S
#x27;s stemming. Administrator stems to administr
> Stemming isn't really possible for wildcard queries, so administrator*
> won't match.
> If you really need both wildcard queries and stemming, then use two
> different fields (via copyField).
>
> -Yonik
>
> On Feb
Hi all,
I have some doubts in solr server indexing data.
I am using Tomcat 5 for solr configuration.
There is a "data" folder which contains indexing data.
First I am adding and updating some data and it indexed then searching
for a text and getting the result too.
Then shutdow
Hi All,
From past 6 months i am working and using SOLR. Now i am facing some
problem with that while searching.
I have searched for some words but it doesnt return the result even its
existing and indexed in data folder in SOLR server(i meant solr tomcat).
I have given the following word
Hi Dona,
Thanks a lot for your reply. Yeah, its with the analyzer we use for
indexing and searching for case sensitive words. You are correct :-)
But Even i use those types of indexing and searching i am unable to
search the case sensitive words..
I am facing the problem in forming quer
Hi All,
Now i am facing the problem with case sensitive text. I am indexing
smaller case word but when i give the same word in upper case for search,
its not getting search.
Example : Indexing word : "corent"
Searching word : "CORENT".
If i search "CORENT" it retrieve
Hi All,
I am facing a very big problem in search.
I want to give special characters in search text. I am able to give the
search text but i am not getting the related result.
I have three records namely
* priya
* priyadarshini
* priyamani
which i have indexed.
Hi All,
Now i am facing a problem which i am unable to find the solution.
I am POSTing more than 30 records and the records get indexed. In that i
have searched particular record which matches 22, so it giving the "numDocs"
as 22.
In the xml response its displaying the numDocs as 22 but giv
g the second condition.
Any help, appreciated!
Thanks in advance.
with Regards,
V.Nithya.
ryan mckinley wrote:
>
> nithyavembu wrote:
>> Hi Otis Gospodnetic,
>>
>> Thanks for the reply. I tried with this URL, its working but its not
>> checking the condition
> - Original Message
> From: nithyavembu <[EMAIL PROTECTED]>
> To: solr-user@lucene.apache.org
> Sent: Tuesday, July 24, 2007 8:00:36 PM
> Subject: Multiple field search with different values..
>
>
> Hi All,
>
>I need to know how to form a que
Hi All,
I need to know how to form a query using multiple fields which contains
same values?
I worked with single field and it working well.
For eg : http://localhost:8085/solr/select?q=sun*&fl=ALL
when i worked with the above http request it returns all data starting
with the w
Hi All,
I am using Netbeans IDE for compiling and running java.
I want to run the EmbeddedSolr sample given in apache.
I have set the solr home also.
But how can i run that program? I am getting the following errors while
running.
Jul 11, 2007 11:14:48 AM org.apache.solr.core.Config s
like this:
>
> /home/tomcat/conf/Catalina/localhost/solr.xml
> /home/tomcat/webapps/solr.war
> /home/solr/conf/schema.xml
> /home/solr/conf/solrconfig.xml
>
> I attacked a home.rar file in this mail,it is solr's files in the tomcat
> directory structure,FYI
>
&
he path is
> /home/tomcat/conf/Catalina/localhost/:
> crossContext="true" >
> value="/home/tomcat/solr" override="true" />
>
>
> That's all,if you have any question,feel free to ask me:)
> -Original Message-
> From:
Hi All,
I am new to Solr. But i am familiar with lucene.
I am stuggling in solr server configuation.I am using Tomcat 5. I have
worked with the "example" standalone given with solr while i download.
But my doubt is
i) In lucene we add document by using java. But here they given in xml
f
20 matches
Mail list logo