Reverse query?

2015-10-02 Thread remi tassing
Hi, I have medium-low experience on Solr and I have a question I couldn't quite solve yet. Typically we have quite short query strings (a couple of words) and the search is done through a set of bigger documents. What if the logic is turned a little bit around. I have a document and I need to find

Re: Reverse query?

2015-10-02 Thread remi tassing
n Fri, Oct 2, 2015 at 9:48 AM, Andrea Roggerone < > > >> andrearoggerone.o...@gmail.com > wrote: > > >> > > >>> Hi Remy, > > >>> The question is not really clear, could you explain a little bit > better > > &

Re: Reverse query?

2015-10-03 Thread remi tassing
;token token2" OR "token2 token3" OR ... > > > > I'm not sure how you get the list of tokens , perhaps using the same api > > that the analyze admin page uses (haven't checked ) > > On Oct 3, 2015 09:32, "remi tassing" wrote: > &g

Re: Reverse query?

2015-10-05 Thread remi tassing
w many queries you have and how complex they are you may > find that the percolator is a lot easier to set up, as it comes bundled as > part of elasticsearch while luwak is just a Java library, and will require > some coding to get it up and running. > > Alan Woodward > www.flax.c

Result merging takes too long

2014-03-11 Thread remi tassing
Hi, I've just setup a SolrCloud with Tomcat. 5 Shards with one replication each and total 10million docs (evenly distributed). I've noticed the query response time is faster than using one single node but still not as fast as I expected. After turning debugQuery on, I noticed the query time is d

Re: Result merging takes too long

2014-03-13 Thread remi tassing
the actual documents for > the top N list from each of the shards > 5> return the list. > > So as you can see, there's an extra > round trip to each shard to get the > full document. Perhaps this is what > you're seeing? <4> seems like it > might be

Re: Solr Cloud Segments and Merging Issues

2014-03-13 Thread remi tassing
Hi Varun, I would just like to say that I have the same two problems you've mentioned and I couldn't figure out a way to solve them. For the 2nd I've posted a question a couple of days ago, title: "Result merging takes too long" Remi On Thu, Mar 13, 2014 at 3:44 PM, Varun Rajput wrote: > I a

Re: Result merging takes too long

2014-03-16 Thread remi tassing
our response times really in need of improvement > or is this more trying to understand the process? > > Best, > Erick > > On Thu, Mar 13, 2014 at 1:19 AM, remi tassing > wrote: > > Hi Erick, > > > > I've used the fl=id parameter to avoid retrievi

Re: Result merging takes too long

2014-04-13 Thread remi tassing
> > > > I¹m reasonably certain that the patch would work in 4.6 too, but the test > > file relies on some test infrastructure changes in 4.7, so I couldn¹t try > > that without re-writing the test. > > > > > > > > On 3/16/14, 7:31 AM, "Shalin Shekha

Re: multi word search for elevator (QueryElevationComponent) not working

2014-04-16 Thread remi tassing
Hi Niranjan, you should setup it up so the query matches the elevation criteria, for example elevating "ipod" and "apple ipod" as well or changing the "string" accordingly Remi On Mon, Apr 14, 2014 at 9:19 PM, Niranjan wrote: > Hi All, > > I have implemented a sponsor search where I have to e

Default Search UI not working

2011-12-19 Thread remi tassing
Hello guys, the default search UI doesn't work for me. http://localhost:8983/solr/browse gives me an HTTP 404 error. I'm using Solr-1.4. Any idea how to fix this? Remi

In-web search

2011-12-20 Thread remi tassing
Hi, What is the query syntax for Solr to search within a specific site? For example in google you can search like this: "Solr site:apache.org" Remi

search within specific domain

2012-01-13 Thread remi tassing
Hello all, I think it's possible with Solr to search within a specific domain (like with google). How is done? Ref: http://support.google.com/websearch/bin/answer.py?hl=en&answer=136861&rd=1 *Search within a specific website (site:)* Google allows you to specify that your search results must come

"index-time" over boosted

2012-01-18 Thread remi tassing
Hello all, I've come accros a problem where newly indexed pages almost always come first even when the term frequency is relatively slow. I read the posts below on "fieldNorm" and "omitNorms" but setting "omitNorms=true" doesn't change anything for me on the calculation of fieldNorm. e.g.: 0.123

Re: "index-time" over boosted

2012-01-18 Thread remi tassing
Hi, just a background on my setup. I'm crawling with Nutch-1.2, I used Solr-1.4 and Solr-3.5, with the same result. Solr is still using the default settings. I found this problem just by accident. I queried "mobile broadband", page A, has 2 occurences and scores higher than page B that has 19 occ

Re: "index-time" over boosted

2012-01-19 Thread remi tassing
norms. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > On 19. jan. 2012, at 08:18, remi tassing wrote: > > > Hi, > > > > just a background on my setup. I'm crawling with Nutch-1.

Just can't get Solritas to work, help!

2012-01-19 Thread remi tassing
Hi, I tried everything I could, changed version but nada! Is there a working tutorial on how to make Nutch, Solr and Solritas work? Remi

Re: Just can't get Solritas to work, help!

2012-01-19 Thread remi tassing
I can get the error: HTTP ERROR 400 Problem accessing /solr/browse. Reason: undefined field cat -- *Powered by Jetty://* On Thu, Jan 19, 2012 at 2:44 PM, remi tassing wrote: > Hi, > > I tried everything I could, changed version but nada! > > Is

Re: Just can't get Solritas to work, help!

2012-01-19 Thread remi tassing
r than the example data that ships with Solr. Templates may > also need adjusting, but does handle arbitrary facet fields automatically. > > Erik > > On Jan 19, 2012, at 7:56, remi tassing wrote: > > > I can get the error: > > HTTP ERROR 400 > >

Re: Just can't get Solritas to work, help!

2012-01-19 Thread remi tassing
Hey Nick, could you plz create a new thread? Remi On Thu, Jan 19, 2012 at 3:35 PM, Nicholas Fellows wrote: > Heya, > > Question for you guys, Im trying to use the solr "analysis.jsp" tool > to debug a solr query. > I cant work out how to input sample data for the Field Value (Index) > box whe

Re: Just can't get Solritas to work, help!

2012-01-20 Thread remi tassing
mplates may > also need adjusting, but does handle arbitrary facet fields automatically. > > Erik > > On Jan 19, 2012, at 7:56, remi tassing wrote: > > > I can get the error: > > HTTP ERROR 400 > > > > Problem accessing /solr/browse. Reason: > > > >

Re: Just can't get Solritas to work, help!

2012-01-20 Thread remi tassing
The tutorial works with Solr-3.4.0! Should the tutorial be updated with newer versions? Remi On Friday, January 20, 2012, remi tassing wrote: > So erase my solr folder and started from scratch. > From the example folder I "java -jar start.jar" but there was a solrconfig.xml m

Re: Just can't get Solritas to work, help!

2012-01-21 Thread remi tassing
In the Solr-3.5 zip file I downloaded there was no solrconfig.xml On Friday, January 20, 2012, Erik Hatcher wrote: > > On Jan 20, 2012, at 13:23 , remi tassing wrote: >> The tutorial works with Solr-3.4.0! > > It works for 3.5 too... via Jetty as prescribed by the tutorial. N

Re: "index-time" over boosted

2012-01-22 Thread remi tassing
your search application to work well you will have to invest some time in designing a schema, working with your queries, perhaps exploring DisMax query parser etc etc. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com

Re: "index-time" over boosted

2012-01-24 Thread remi tassing
gt; On 19. jan. 2012, at 13:01, remi tassing wrote: > > > >> Hello Jan, > >> > >> My schema wasn't changed from the release 3.5.0. The content can be seen > >> below: > >> > >> > >> > >&

Re: "index-time" over boosted

2012-01-24 Thread remi tassing
an Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > On 24. jan. 2012, at 13:22, remi tassing wrote: > > > Any idea? > > > > This is a snippet of my schema.xml now

Re: "index-time" over boosted

2012-01-25 Thread remi tassing
e docs and try again. fieldNorm is now 1.0. Once you get that working you > can start debugging where you got it wrong in your own setup. > > -- > Jan Høydahl, search solution architect > Cominvent AS - www.cominvent.com > Solr Training - www.solrtraining.com > > On

Solr on remote server

2012-01-28 Thread remi tassing
Hi, The example works well on the local machine, but how to make that work on a remote server? Do you have to install jetty or tomcat ...? Remi

Re: Writing a french Solr book - Ecrire un livre en français

2012-01-29 Thread remi tassing
I haven't seen any. Have you thought of translating one? Remi On Sunday, January 29, 2012, SR wrote: > My main question is whether there's already a French book or not. > > > On Jan 29, 2012, at 10:01 AM, Abhishek Tyagi wrote: > >> If you are thinking then do it, why do want people to tell you

search returns 'categories' instead of url

2012-01-29 Thread remi tassing
Hi, Let's say Solr is setup and can return relevant urls. What if I wanted to get the most cited terms from a predefined list, instead? It could be from a list of products, names, cities... Any ideas? Remi

Re: search returns 'categories' instead of url

2012-01-31 Thread remi tassing
After looking at the Carrot2 introduction, it seems this can be solved with clustering but with pre-defined categories. Does that make sense? Remi On Sun, Jan 29, 2012 at 8:42 PM, remi tassing wrote: > Hi, > > Let's say Solr is setup and can return relevant urls. What if I wante

Re: search returns 'categories' instead of url

2012-02-01 Thread remi tassing
This topic is either boring or not clear enough... Another alternative solution would be to add a category field to the already crawled content. Any idea how to do it? Remi On Tuesday, January 31, 2012, remi tassing wrote: > After looking at the Carrot2 introduction, it seems this can

Re: search returns 'categories' instead of url

2012-02-02 Thread remi tassing
Sincere apologies for the unclarity! I'm probably misusing technical terms such 'category' ... Ok let's assume we have the basic solr engine that's able to search and give result of urls...now from those pages, I would like to know which terms are the most mentioned, e.g. iPad, Samsung, Candy...th

Re: Solritas: Modify $content in layout.vm

2012-02-18 Thread remi tassing
ration). > > Does that help? If not, let us know what you're trying to do exactly. > >Erik > > > > > On Feb 16, 2012, at 23:06 , remi tassing wrote: > > > Hi all, > > > > How do we modify the "$content" variable in the layout.vm file? I could > > managed to change other stuff in doc.vm or header.vm but not this one. > > > > Is there any tutorial on this? > > > > Remi > >

Re: Solritas: Modify $content in layout.vm

2012-02-19 Thread remi tassing
uently clean it up and actually remove the now unused cluster.vm file if you like). And so on. > >Erik > > > On Feb 18, 2012, at 10:23 , remi tassing wrote: > >> Yes, I'm using the example configuration (Solr-3.4). >> >> What I'm trying to do is to r

Re: need to support bi-directional synonyms

2012-02-22 Thread remi tassing
Same question here... On Wednesday, February 22, 2012, geeky2 wrote: > hello all, > > i need to support the following: > > if the user enters "sprayer" in the desc field - then they get results for > BOTH "sprayer" and "washer". > > and in the other direction > > if the user enters "washer" in th