Forgot to include: All the three fields used for highlighting are configured as
follows:
Thank You,
:Sagar
-Original Message-
From: Bade, Vidya (Sagar) [mailto:vb...@webmd.net]
Sent: Friday, September 30, 2016 2:12 PM
To: solr-user@lucene.apache.org
Subject: Highlighting brings in
Hi,
I am using Solr 4.10.2 following is my request:
defType(Parser)=edismax
fl=id,title,description,link_title
qf=title description keywords
pf=title description
hl=true
hl.fl=title,description,link_title
hl.q=lupus
q=lupus
I have two records in the index. Both about lupus. When I query using th
(1) So,dispalying the content(traversal of documents) depends on my
pagination ?
If i specify all 500 documents to be dispalyed and first 10 on the first
page and remaining on the other, that implies that all documents traverse
through network ?
(2) In my application, front end of UI is developed
ok. I understand that. So, you would say documents traverse through network.
If i specify some 100 docs to be dispalyed on my first page, will it effect
performance. While docs gets traversed, will there be any high volume
traffic and effects performance of the application.
And whats the time sol
Hi
When i queried a word in solr, documents having that keyword is displayed in
500 documents,lets say. Will all those documents traverse through network ?
Or how it happens ?
Please help me on this.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Traversal-of-documents-th
Sorry for conveying it in wrong way. I want my data of 1 pdf file to be
indexed with different fields in a document of solr according to data in it
like name;id;title;content etc
Thanks
--
View this message in context:
http://lucene.472066.n3.nabble.com/indexing-pdf-files-using-post-tool-tp42
Hi
I got data into my content field. But i wanted to have differnt fields to be
allocated for data in my file.How can I achieve this ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/indexing-pdf-files-using-post-tool-tp4263811p4263840.html
Sent from the Solr - User mailing
Hi
I am trying to index a pdf file by using post tool in my linux system,When i
give the command
bin/post -c core2 -p 8984 /root/solr/My_CV.pdf
it is showing the search results like
"response": {
"numFound": 1,
"start": 0,
"docs": [
{
"id": "/root/solr-5.5.0/My_CV.pdf",
Hi
can solr access the data from HDFS in standalone mode? If so, can u brief
how it is done.
Thnaks in advance
--
View this message in context:
http://lucene.472066.n3.nabble.com/accessing-data-in-hdfs-by-solr-in-standalone-mode-tp4263805.html
Sent from the Solr - User mailing list archi
Hi
Dataimport section in web ui page still shows me that no data import handler
is defined. And no data is being added to my new collection.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Data-Import-Handler-Usage-tp4257518p4257576.html
Sent from the Solr - User mailing li
Hi
I have gone through documents to define data import handler in solr. But i
couldnot implement it.
I have created data-config.xml file that specifies moving data from
collection1 core to another collection, i donno where i need to specify that
second collection.
http://localhost:8983/so
Hi
When I am trying to access my solrCloud web UI page, deployed in cloudera
cluster, I have encountered with the error "DEFECTED TOKENS DETECTED" . Find
the attachment of the error that is added here. It is because of kerbarose
installed on cluster.
Is there any other way that I can access sol
Hi
I want to connect to solrCloud server from java program using
zookeeperHost variable. I know that data can be indexed and searched from a
collection using java program. but Can i able to create a collection
initially from java program?
My problem is that i cannot access solr web page, i'm
Hi
Can i implement proximity search if i use
>seperate core per language
>field per language
>multilingual field that supports all languages.
And what does proximity search exactly mean?
searching for walk word when walking is indexed,should fetch and display the
record?
It will be included i
Hi
I need to search on these languages which includes proximity search also.
1.Malay
2.Tamil
3.Bahasa Indonesia
4.Vietnamese
5.Cantonese
Will IndicNormalizationFilter work fine or any other filter? Help me if you
have already worked on it or have any idea.
Thanks in advance
--
View this mess
Hi
How to import data from one solr core to another using request handler and
data-config.xml?
In solr-config.xml : I included this in target collection,
/root/Desktop/vidya/solr-data-config.xml
And solr-data-config.xml in the path as mentioned in request handler class
Hi
My use case is to index and able to query different languages in solr which
are not in-built languages supported by solr. How can i implement this ?
My input document consists of different languages in a field. I came across
"Solr in action" book with searching content in multiple languages
Hi
How can that be useful, can u please explain.
I want to have the same collection name everytime when I index data i.e.,
current_collection.
By collection aliasing, i can create a new collection and point my alias
(say ALIAS) to new collection but cannot rename that collection to the same
curr
Hi
I wanted to restore the core into a new one in solrcloud by following the
below link.
https://cwiki.apache.org/confluence/display/solr/Making+and+Restoring+Backups+of+SolrCores
But I couldnt get the success value when restore is given.
It cant be implemented for solrcloud? If so, then what is
Hi
How can a full index rebuild can be done ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/collection-aliasing-tp4252527p4254077.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi
Then what is the difference between collection aliasing and shards parameter
mentioned in request handler of solrconfig.xml.
In request handler of new collection's solrconfig.xml
shards =
http://localhost:8983/solr/collection1,http://localhost:8983/solr/collection1
I can query both data of
Yeah, while querying and indexing also, we can directly use our collection
names. Then what is the use of aliasing ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/collection-aliasing-tp4252527p4252885.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi
I wanted to mainatain two sets of indexes or collections for maintaing my
large input data for indexing for which i found collection aliasing is
helpful. I have created alais for 2 collections. but my problem is , how can
i point out my alias to 2 different colletions at 2 different times.
Tha
Hi
I am using solr with cloudera distribution to index data from hdfs and I am
using "solrctl" utility for my deployment. Now i wanted to create collection
alias. How can i perform the action of creating collection aliasing by
commands.
>From google i got : " /admin/collections?action=CREATE "
Hi
I am using solrcloud on cloudera cluster. I have created collections using
solrctl command which is supported by cloudera search tool. I included one
class of java in schema.xml for creating a field type which is dependent on
a jar that i have included in solrconfig.xml. But when i reload that
Hi
I have created a collection in one datanode on which solr server is deployed
say DN1. I am having another datanode on which solr server is deployed which
has resource manager service also running on it,say DN2. When i created a
collection using solrctl command in DN1, it got reflected in DN2 but
So, you have deployed solr server on three nodes namely
192.168.100.210;211;212 .
Am I correct ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/solrcloud-How-to-delete-a-doc-at-a-specific-shard-tp4249354p4250117.html
Sent from the Solr - User mailing list archive at Nab
Hi
I am new to solr and having a doubt on how one can know that a particular
shard is in that particular node or ip address.
Thanks in advance
--
View this message in context:
http://lucene.472066.n3.nabble.com/solrcloud-How-to-delete-a-doc-at-a-specific-shard-tp4249354p4250072.html
Sent from
Hi
I have gone through solr in action 14th chapter which tells - "searching
content in multiple languages" . But i have a doubt that when i put
documents in solr web UI, it recognises every language and gives me the
result when queried for it. What exactly did they depict in that chapter.
can't so
Hi
You described that sharding is to distribute data over multiple machines.Do
I have to make sure that all those machines have solr server or gateway
should be deplyed ?
And what multiple JVM processes run behind a solr server running?
I wanted to know what is a node. -> I understood like a mchin
Hi
I am new to solr. i have a doubt in understanding difference between core
and collection.
>As far as i understand, cores can be created when solr is run in local mode
and collections in solrCloud.
Can you please help me if i am wrong.
>And why do we shard a collection? i read like -
When your d
Hi
I would like to maintain two cores for history data and current data where
hdfs is my datasource. My requirement is that data input should be given to
only one collection and previous data should be moved to history collection.
1)Creating two cores and migrating data from current to history col
Hi
I am pretty new to solr and when i am going through the tutorials , I came
across urls for querying like
"http://localhost:8983/solr/admin/configs?action=CREATE&name=booksConfig&baseConfigSet=genericTemplate";
.
I wanted to know how to implement the same by doing changes in schema.xml or
solr
Hi
I would like to index only new data but not already indexed data(delta
Indexing). how can i achieve it using MRIT.
Thanks in advance
--
View this message in context:
http://lucene.472066.n3.nabble.com/MapReduceIndexerTool-Indexing-tp4248387p4248573.html
Sent from the Solr - User mailing li
Hi
I have used MapReduceIndexerTool to index data in my hdfs to solr inorder to
search it. I want to know whether it indexes entire data when some new data
is added to that path, again when tool is run on it.
Thanks in advance
--
View this message in context:
http://lucene.472066.n3.nabble.co
You can use filter query and form the date as follows when a user enters just
the year or year and month:
If just the year (1885) was entered -> date:[1885-01-01T00:00:00Z TO
1886-01-01T00:00:00Z]
If just the year and month (1885-06) were entered -> date:[1885-06-01T00:00:00Z
TO 1885-07-01T00:0
Hi,
I am currently using Solr 4.10.2 and having issues with Delta-imports. For some
reason delta seems to be inconsistent when using query caching. I am using
SqlEntityProcessor. To overcome the issue I want to try having two root
entities - one each for full and delta. Can someone help with a
37 matches
Mail list logo