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

2011-05-31 Thread Vignesh Raj
Hi, I am developing a search engine app using Asp.Net, C# and Solrnet. I use the standard request handler. Is there a way I can boost the fields at query time from inside the solrconfig.xml file itself. Just like the "qf" field for Dismax handler. Right now am searching like "field1:value^1.5 fiel

RE: problem in setting field attribute in schema.xml

2011-05-25 Thread Vignesh Raj
x everything if you make changes to the schema and you want those changes to be visible. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 25. mai 2011, at 15.47, Vignesh Raj wrote: > It's very strange. Even I tried the same now and am getting the same re

RE: problem in setting field attribute in schema.xml

2011-05-25 Thread Vignesh Raj
It's very strange. Even I tried the same now and am getting the same result. I have set both indexed=false and stored=false. But still if I search for a keyword using my default search, I get the results in these fields as well. But if I specify field:value, it shows 0 results. Can anyone explain?

Highlighting in solr

2011-05-24 Thread Vignesh Raj
Hi, I use Solrnet to develop a search engine. In my application, I have a field called file_contents which I use for highlighting. Am able to get the highlights without a problem. Now I need to format it. For example, if the keyword occurs multiple times in the field, I have to display it lime wha

Opening a file at a page where I encounter a hit

2011-05-15 Thread Vignesh Raj
Hi, I am using ASP.Net MVC and solrnet for my search tool. The files I index include pdf files, word docs, excel etc... I am able to search and retrieve all the docs with a hit. Now the problem lies in opening the files with a hit. When I open the file, it should open at the location where the h

Lazy loading error in Extracting request handler

2011-04-18 Thread Vignesh Raj
Hi, I am new to Solr and its configuration. I need to index some pdf files and for that reason I thought of using the extractingrequesthandler. I use Apache tomcat and run solr from it. I used the following command to index a pdf file. C:\Users\vikky\Downloads\curl-7.21.0-win64-nossl>curl.e

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