Hi,
My question is about crawling, I know this is not relevant here, but I asked
nutch people, didn't get any response, I just thought of posing here,
I'm trying to crawl reviews for business,
a. is there any way to tell the content in a web pages are reviews or not?
Is it possible to do it in
Hi,
I have three fields, business_name, category_name, sub_category_name in my
solrconfig file.
my query = "pet clinic"
example sub_category_names: Veterinarians, Kennels, Veterinary Clinics
Hospitals, Pet Grooming, Pet Stores, Clinics
my ideal requirement is dismax searching on
a. dismax
After reading the explanation in the book, its very clear now. Thank you
citing it with page number,
Ram
hossman wrote:
>
>
> What you are looking at is an XML escaped version of this string...
>
> 2<-1 3<-2 6<100%
>
> ...the syntax is documented here...
>
> http://wiki.apache.org/s
Hi,
consider this minimum match params in dismax query handler,
2<-1 3<-2 6<100%
I requested solr to match atleast two fields, which i understood from the
documents. Can someone give me explanations for other params in it?
"lt;-1 3"
"lt;-2 6"
"lt;100%"
how are they si
Hi,
Can someone suggest me a good geo-coding service or software for commercial
use. I want to find gecodes for large collection of address. I'm looking for
a good long term service.
Thanks
Ram
--
View this message in context:
http://www.nabble.com/Geo-Coding-Service-tp25774277p25774277.html
Hi I have following questions about dismax query handler? someone can clarify
me about it.
1. dismax query handler and filter query (fq)
if query= coffee , fq= yiw_bus_city: san jose,
I get 0 results for this query again, but this one works fine, If mention
qt=standard query handler
2. dismax
Hi,
I have more than 20 categories for my search application. I'm interested in
finding the category of query entered by user dynamically instead of asking
the user to filter the results through long list of categories.
Its a general question, its not specific to solr though, any suggestion
abo