Re: how to find out how many times a word appears in a collection of documents?

2016-05-10 Thread liviuchristian
Hi Ahmet, Thank you very muchThere would be another question: I can't make it provide results from more than one field:http://localhost:8983/solr/cuvinte/admin/luke?fl=_text_&?fl=title&?fl=link=100 is my querry sintax wrong?I need to get results from more than one field... for example the

how to find out how many times a word appears in a collection of documents?

2016-05-10 Thread liviuchristian
Hi everyone, I need to "read" the solr/lucene index and see how many times does words appear in all documents. For example: I have a collection of 1 mil documents and I want to see a list like this:the - 10 timesbread - 1000 timesspoon - 10 timesfork - 5 times etc. How do I do that??? Kind

apply document filter to solr index

2016-01-04 Thread liviuchristian
Hi everyone, I'm working on a search engine based on solr which indexes documents from a large variety of websites.  The engine is focused on cook recipes. However, one problem is that these websites provide not only content related to cooking recipes but also content related to: fashion,

Boosting a document score when advertised! Please help!

2015-11-05 Thread liviuchristian
Hi everyone,I'm building a food recipe search engine based on solr. I need to boost documents score for the recipes that their authors paid for in order to have them returned first when somebody searches for "chocolate cake with hazelnuts". So those recipes that match the query terms and their

OpenNLP plugin or similar NER software for Solr ??? !!!

2015-11-04 Thread liviuchristian
Hi everyone, I need to install a plugin to extract Location (Country/State/City) from free text documents - any professional advice?!? Does OpenNLP really does the job? Is it English only? US only? Or does it cover worldwide places names? Could someone help me with this job - installation,

OpenNLP plugin or similar NER software for Solr

2015-11-03 Thread liviuchristian
Hi everyone, I need to install a plugin to extract Location (Country/State/City) from free text documents - any professional advice?!? Does OpenNLP really does the job? Is it English only? US only? Or does it cover worldwide places names? Could someone help me with this job - installation,

Re: How to show some (paid) documents ahead of others (non-paid) - fantasy scenario

2015-10-11 Thread liviuchristian
Hi, What if we write all paid results in a new, dedicated, core... let's call it: "PaidResultsCore" and lets call the non-paid results core: "NonPaidResultsCore" When a user asks for "red pepper" we first perform the query upon "PaidResultsCore" and get the first ranking 3 results and then we

Re: How to show some documents ahead of others - requirements

2015-10-10 Thread liviuchristian
Hi Upayavira & Walter & everyone else About the requirements:1. I need to return no more than 3 paid results on a page of 12 results2. Paid results should be sorted like this: let's say a user is searching for: "chocolate almonds cake"Now, lets say that 2000 results match the query and there

How to show some documents ahead of others

2015-10-08 Thread liviuchristian
Hi everybody, I'm building a recipe search engine based on solr. Paid postings must be listed on the front page, ahead of non-paid postings. When a user performs a query based on some keywords, solr returns documents in the decreasing order of their score. However, I don't know how to make