Apache Solr.

2014-03-11 Thread vignesh
Dear Team, Am Vignesh , at present developing keyword search using Apache -Solr 3.6.Have indexed pdf and I have around 1000 keywords and using Boolean operators(AND,OR,NOT) have passed a query and I got the required results for the keyword searched. Now I am trying to

Apache Solr.

2014-03-11 Thread vignesh
Dear Team, Am Vignesh , at present developing keyword search using Apache -Solr 3.6.Have indexed XML and I have around 1000 keywords and using Boolean operators(AND,OR,NOT) have passed a query and I got the required results for the keyword searched. Now I am trying to carry

Apache Solr 3.6.

2014-04-23 Thread vignesh
Hi Team, I am Vignesh and working in Apache Solr 3.6 for my project. Kindly provide me a solution for the post which I have given below. Example 1: Keyword :gardens and the output in JSON format. { "responseHeader":{ "status&quo

Apache Solr - Pdf Indexing.

2014-04-29 Thread vignesh
Hi Team, I am indexing PDF using Apache Solr 3.6 . Passing around 3000 keywords using the OR operator and able to get the files containing the keywords. Kindly guide me to get the keyword list in a .PDF file. Note : In Schema.xml have declared a unique tag "id". Than

Apache Solr - Pdf Indexing.

2014-04-29 Thread vignesh
Hi Team, I am indexing PDF using Apache Solr 3.6 . Passing around 3000 keywords using the OR operator (gardens OR flowers OR time OR train OR trees OR etc) able to get the files containing these keywords. But every .PDF file will not be containing all the keywords, some may contai

Indexing PDF in Apache Solr 4.8.0 - Problem.

2014-05-14 Thread vignesh
Dear Team, I am Vignesh using the latest version 4.8.0 Apache Solr and am Indexing my PDF but getting an error and have posted that below for your reference. Kindly guide me to solve this error. D:\IPCB\solr>java -Durl=http://localhost:8082/solr/ipcb/update/extract -Dpar

Apache Solr.

2014-02-03 Thread vignesh
Hi Team, I am Vignesh, am using Apache Solr 3.6 and able to Index XML file and now trying to Index PDF file and not able to index .Can you give me the steps to carry out PDF indexing it will be very useful. Kindly guide me through this process. Thanks & Reg

Reg Syncing Multiple Lucene Indexes

2013-08-09 Thread VIGNESH S
sync the index changes with the central index and all search will happen on the central index in a server. How can i sync indexes from multiple devices{tablet,mobile or desktop} to a central location. Please help me on this. -- Thanks and Regards Vignesh Srinivasan

Re: Solr Security

2013-06-23 Thread VIGNESH S
Hi Aaron, Are you talking about Securing Lucene Index ? If so You can try using https://code.google.com/p/lucenetransform/. Thanks and Regards Vignesh Srinivasan 9739135640 On Mon, Jun 24, 2013 at 11:21 AM, Aaron Greenspan wrote: > Hi, > > Some more unsolicited feedback sinc

Re: Indexing several parts of PDF file

2013-02-05 Thread VIGNESH S
there any form of storing the number page into >> an attribute and not using the dynamic fields? >> >> Thanks in advance! >> >> Greetings >> -- >> "It is only in the mysterious equation of love that any >> logical reasons can be found." >> "Good programmers often confuse halloween (31 OCT) with >> christmas (25 DEC)" -- Thanks and Regards Vignesh Srinivasan 9739135640

Indexing AutoCAD files

2011-02-18 Thread Vignesh Raj
Hi team, Is there a way lucene can index AutoCAD files - "*.dwg" files? If so, please let me know. Can you please provide some insight on the same? Thanks in advance.. Regards Vignesh

Lazy loading error in Extracting request handler

2011-04-18 Thread Vignesh Raj
at java.lang.Class.forName(Unknown Source) at org.apache.solr.core.SolrResourceLoader.findClass(SolrResourceLoader.java:35 9) ... 19 more ) that prevented it from fulfilling this request.Apache Tomcat/6.0.32 Please guide me in this regard. Regards Vignesh

Opening a file at a page where I encounter a hit

2011-05-15 Thread Vignesh Raj
hit is encountered. How do i manage this? It will be even more helpful if I can highlight the hit inside the opened document? Please help me in this regard. Regards Vignesh

Highlighting in solr

2011-05-24 Thread Vignesh Raj
ble to get multiple snippets. But how do I deal with the separating? Regards Vignesh

RE: problem in setting field attribute in schema.xml

2011-05-25 Thread Vignesh Raj
plain? Regards Vignesh -Original Message- From: Romi [mailto:romijain3...@gmail.com] Sent: 25 May 2011 18:42 To: solr-user@lucene.apache.org Subject: Re: problem in setting field attribute in schema.xml if i do stored=false then it indexes the data but not shows the data in search r

RE: problem in setting field attribute in schema.xml

2011-05-25 Thread Vignesh Raj
I tried deleting the index and trying it again. But still I get the same result. Regards Vignesh -Original Message- From: Jan Høydahl [mailto:jan@cominvent.com] Sent: 25 May 2011 19:30 To: solr-user@lucene.apache.org Subject: Re: problem in setting field attribute in schema.xml You

Boosting fields at query time in Standard Request Handler from Solrconfig.xml

2011-05-31 Thread Vignesh Raj
e my query string as "file_description:result^1.0 file_content:result^0.6 file_name:result^0.5 file_comments:result^0.8", am able to see the required result. Regards Vignesh

Alfresco SOLR4 Wild card search not working if minimum 1 or 2 characters used for search

2020-02-12 Thread Vignesh Sabapathi
Hi Team, I am using SOLR4 (4.10.3) which comes along with Alfresco and there are no customizations in the SOLR with all default configurations. I have a field called fieldOne:72,73,74 If I search for Query @fieldOne:*72* It does not produce any result Same with If I search for @fieldOne:*7* But