Re: Reverse query?

2015-10-05 Thread remi tassing
how 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.

Re: Reverse query?

2015-10-03 Thread remi tassing
or more queries like: > > "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"

Re: Reverse query?

2015-10-03 Thread remi tassing
gt; >> Ravi Kiran Bhaskar > > >> > > >> On Fri, Oct 2, 2015 at 9:48 AM, Andrea Roggerone < > > >> andrearoggerone.o...@gmail.com <javascript:;>> wrote: > > >> > > >>> Hi Remy, > > >>> The question is

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

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 str name=queryFieldTypestring/str accordingly Remi On Mon, Apr 14, 2014 at 9:19 PM, Niranjan niranjan.kum...@wipro.com wrote: Hi All, I have

Re: Result merging takes too long

2014-04-13 Thread remi tassing
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 Shekhar Mangar shalinman...@gmail.com wrote: On Thu, Mar 13, 2014 at 1:49 PM, remi tassing tassingr...@gmail.com wrote: I've used the fl=id parameter to avoid

Re: Result merging takes too long

2014-03-16 Thread remi tassing
to understand the process? Best, Erick On Thu, Mar 13, 2014 at 1:19 AM, remi tassing tassingr...@gmail.com wrote: Hi Erick, I've used the fl=id parameter to avoid retrieving the actual documents (step 4 in your mail) but the problem still exists. Any ideas on how to find the merging time(step

Re: Result merging takes too long

2014-03-13 Thread remi tassing
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 what you're seeing, I don't think it's counted in QTime. HTH Erick On Tue, Mar 11, 2014 at 3:17 AM, remi tassing tassingr...@gmail.com wrote: Hi, I've

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

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

Re: need to support bi-directional synonyms

2012-02-22 Thread remi tassing
Same question here... On Wednesday, February 22, 2012, geeky2 gee...@hotmail.com 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

Re: Solritas: Modify $content in layout.vm

2012-02-19 Thread remi tassing
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 remove the menus on the left side (Query Facets, Range Facets, Clusters), and the boost by price

Re: Solritas: Modify $content in layout.vm

2012-02-18 Thread remi tassing
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: 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,

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 tassingr...@gmail.com wrote: After looking at the Carrot2 introduction

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 r.steve@gmail.com 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

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

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: index-time over boosted

2012-01-25 Thread remi tassing
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 24. jan. 2012, at 14:55, remi tassing wrote: Hello, thanks for helping out Jan, I really appreciate that! These are full

Re: index-time over boosted

2012-01-24 Thread remi tassing
. Unless this field is marked with required=false, it will be a required field -- uniqueKeyid/uniqueKey !-- field for the QueryParser to use when an explicit fieldname is absent ... /schema Remi On Sun, Jan 22, 2012 at 6:31 PM, remi tassing tassingr...@gmail.com wrote: Hi, I got

Re: index-time over boosted

2012-01-24 Thread remi tassing
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: ?xml version=1.0 encoding=UTF-8 ? !-- Licensed to the Apache Software Foundation (ASF) under one or more ... !-- fields for index-basic plugin

Re: index-time over boosted

2012-01-22 Thread remi tassing
- www.solrtraining.com 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: schema name=nutch version=1.1 types fieldType name=string class=solr.StrField sortMissingLast=true omitNorms

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 erik.hatc...@gmail.com 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

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

2012-01-20 Thread remi tassing
: /browse is defined solrconfig.xml. Its details need adjusting for datasets other 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 tassingr...@gmail.com wrote: I

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 tassingr...@gmail.com 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

Re: index-time over boosted

2012-01-19 Thread remi tassing
schema? omitNorms=true should kill 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.2, I used Solr-1.4

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 tassingr...@gmail.com wrote: Hi, I tried everything I could, changed version but nada

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

2012-01-19 Thread remi tassing
for datasets other 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 tassingr...@gmail.com wrote: I can get the error: HTTP ERROR 400 Problem accessing /solr

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 n...@djdownload.comwrote: 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-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.12333163

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

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=enanswer=136861rd=1 *Search within a specific website (site:)* Google allows you to specify that your search results must come

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

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