0
votes
3answers
88 views
Is Solr available for .Net?
I want to learn Solr.May i know some good tutorial/links for the same?
Is Solr available for .net too?
0
votes
2answers
15 views
Solr - character substitution
I have Solr with indexed database. In my database all data is in Latvian. The problem is, I need to be able to search word Riga as if it is word Rīga. Of course, i can define synon …
2
votes
2answers
76 views
What’s the best approach for using SOLR with web projects?
hey guys
ok, I'm totally new to SOLR and Lucene, but have got Solr running out-of-the-box under Tomcat 6.x and have just gone over some of the basic Wiki entries.
I have a few qu …
0
votes
1answer
23 views
How to configure SOLR to use Levenshtein approximate string matching?
Does Apaches Solr search engine provide approximate string matches, e.g. via Levenshtein algorithm?
I'm looking for a way to find customers by last name. But I cannot guarantee th …
0
votes
2answers
167 views
How to set solr/home in linux OS?
Hi all,
I know how to configure solr.home by using tomcat6, but I don't know how to set solr.home by using Glassfish(V2.1). I have tried to set the solr.home in .profile as fellow …
1
vote
3answers
559 views
Solr Query Syntax
Hi all,
I just got started looking at using Solr as my search web service. I don't know whether Solr supports these query types:
Startswith
Exact Match
Contain
Doesn't Contain
I …
0
votes
2answers
39 views
SOLR not searching on certain fields
hey guys, just installed solr, edited the schema.xml, and am now trying to index it and search on it with some test data.
In the XML file I'm sending to SOLR, one of my fields loo …
0
votes
1answer
56 views
Does anyone have examples of integrating Haystack/Solr with Django?
Note: This question originally applied to Xapian, but due to cross-platform issues and poor understanding of Xapian I (our team) chose Solr instead.
I'm looking for snippets, tric …
1
vote
2answers
48 views
can any one tell about indexing in solr ?
I am just a learner in Drupal, Solr so can any one guide me how to implement indexing and how it is being updated in solr indexing whenever any updates being happened in Database s …
0
votes
1answer
15 views
SOLR - How to pass parameters to dataimport
How can i pass additional parameters to SOLR, while importing from database, using dataimport. Example:
I have sql query, smth like this:
Select * from documents where documentI …
1
vote
1answer
27 views
how to do boolean search in apache solr
I was trying to do do a boolean search 'sname:'.$user->name.' OR sname:xxxxxx; , i am not getting any results where as sname:xxxxxx; works fine. i even added mm=1 with the query mo …
0
votes
3answers
44 views
solr + Heritrix
how is it possible to integrate solr with heritrix ?
I want to archive a site using heritrix and then index and search locally this file using solr.
thanks
1
vote
1answer
44 views
Boost results in Solr by certain field?
Hello, I'm pretty new to Solr but I'm trying to integrate it in to my website. I've been looking in ways to "boost" results in Solr queries, but I'm having a hard time understandin …
0
votes
3answers
75 views
SOLR - how to index database partly?
I have a postgresql database. In table, which i need to index, i have about 20 million rows. When i want to index them all in one attempt(smth like "select * from table_name"), i h …
0
votes
2answers
93 views
SOLR - indexing the database, configuration
Hi!
I am first day with SOLR, and of course, i have some problems with it. I need to index a database, which is postgresql database. I defined fields in data-config.xml file, adde …
