RE: Highlighting brings in irrelevant words

2016-09-30 Thread Bade, Vidya (Sagar)
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

Highlighting brings in irrelevant words

2016-09-30 Thread Bade, Vidya (Sagar)
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

Re: Re[2]: Traversal of documents through network

2016-04-21 Thread vidya
(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

Re: Traversal of documents through network

2016-04-20 Thread vidya
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

Traversal of documents through network

2016-04-20 Thread vidya
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

Re: indexing pdf files using post tool

2016-03-16 Thread vidya
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

Re: indexing pdf files using post tool

2016-03-15 Thread vidya
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

indexing pdf files using post tool

2016-03-15 Thread vidya
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",

accessing data in hdfs by solr in standalone mode

2016-03-14 Thread vidya
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

Re: Data Import Handler Usage

2016-02-16 Thread vidya
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

Data Import Handler Usage

2016-02-15 Thread vidya
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

Solr-kerbarose URL not accessible

2016-02-12 Thread vidya
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

Solrj-collection creation

2016-02-10 Thread vidya
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

RE: Multi-lingual search

2016-02-08 Thread vidya
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

RE: Multi-lingual search

2016-02-08 Thread vidya
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

Import data from one core to another

2016-02-01 Thread vidya
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

Multi-lingual search

2016-02-01 Thread vidya
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

Re: Restoring backups of solrcores

2016-02-01 Thread vidya
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

Restoring backups of solrcores

2016-01-29 Thread vidya
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

Re: collection aliasing

2016-01-29 Thread vidya
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.

Re: collection aliasing

2016-01-28 Thread vidya
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

Re: collection aliasing

2016-01-24 Thread vidya
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.

collection aliasing

2016-01-22 Thread vidya
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

collection aliasing,solrctl

2016-01-20 Thread vidya
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 "

Error while reloading collection

2016-01-13 Thread vidya
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

collection reflection in resource manager node

2016-01-12 Thread vidya
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

Re: solrcloud -How to delete a doc at a specific shard

2016-01-12 Thread vidya
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

Re: solrcloud -How to delete a doc at a specific shard

2016-01-11 Thread vidya
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

solr in action - multiple language content in one field

2016-01-11 Thread vidya
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

Re: core,Collection,Shard,Replication

2016-01-06 Thread vidya
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

core,Collection,Shard,Replication

2016-01-06 Thread vidya
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

Data migration from one collection to the other collection

2016-01-05 Thread vidya
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

Querying with action parameter included in URL

2016-01-04 Thread vidya
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

Re: MapReduceIndexerTool Indexing

2016-01-04 Thread vidya
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

MapReduceIndexerTool Indexing

2016-01-04 Thread vidya
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

RE: Using the date field for searching

2015-08-11 Thread Bade, Vidya (Sagar)
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

Help with separate root entities in DIH - One each for full and delta import.

2015-07-27 Thread Bade, Vidya (Sagar)
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