Re: Unknown format version: -11

2012-10-04 Thread Sushil jain
I am using Solr 1.4.1 and same solr is indexing the documents, I have tried re-indexing but nothing good happened. On Thu, Oct 4, 2012 at 8:26 PM, Otis Gospodnetic wrote: > Hi, > > I'd have to check the src to see what exactly -11 signifies but > why not paste the Solr version you see in Sol

Re: Identify exact search in edismax

2012-10-04 Thread rhl4tr
But user query can contain any number of terms. I can not know how many fields term it has to match. { "responseHeader":{ "status":0, "QTime":1, "params":{ "mm":"0", "sort":"score desc", "indent":"true", "qf":"exact_keywords", "wt":"json", "rows":"

Re: Solr search

2012-10-04 Thread Tolga
The word 'commit' exists both in logs of failed attempt and succeeded attempt on another server with another URL. On 10/05/2012 07:18 AM, Jack Krupansky wrote: I wonder if nutch added documents but failed before it sent a commit to Solr. Do you see the commit in the Solr log file? If Solr is st

Re: Solr search

2012-10-04 Thread Tolga
Here's the last 100 lines of my log: 2012-10-03 12:52:45,761 INFO indexer.IndexingFilters - Adding org.apache.nutch.indexer.basic.BasicIndexingFilter 2012-10-03 12:52:45,761 INFO anchor.AnchorIndexingFilter - Anchor deduplication is: off 2012-10-03 12:52:45,761 INFO indexer.IndexingFilters - Ad

Re: Solr search

2012-10-04 Thread Jack Krupansky
I wonder if nutch added documents but failed before it sent a commit to Solr. Do you see the commit in the Solr log file? If Solr is still running, you could manually send a commit yourself. -- Jack Krupansky -Original Message- From: Tolga Sent: Friday, October 05, 2012 12:14 AM To:

Re: Solr search

2012-10-04 Thread Tolga
Nope. Nutch says "Adding x documents" then "Error adding title 'Sabancı University'". On 10/04/2012 03:59 PM, Otis Gospodnetic wrote: Hi Search for *:* to retrieve all docs. Got anything? Otis -- Performance Monitoring - http://sematext.com/spm On Oct 4, 2012 5:50 AM, "Tolga" wrote: Hi, I

PriorityQueue:initialize consistently showing up as hot spot while profiling

2012-10-04 Thread Aaron Daubman
Greetings, I've been seeing this call chain come up fairly frequently when debugging longer-QTime queries under Solr 3.6.1 but have not been able to understand from the code what is really going on - the call graph and code follow below. Would somebody please explain to me: 1) Why this would show

Re: solr facet !tag on multiple columns

2012-10-04 Thread Chris Hostetter
: select?q=*:*&facet=true&facet.zeros=false&fq=column1:(16 31)&&fq=COLUMN2:(6 : 208)&fq={!tag=COLUMN2,column1}COLUMN2:(6)&facet.field={!ex=COLUMN2,column1}COLUMN2&start=0&rows=0 As erick said, you need to elaborate more on what you expect, what you get, and how they are differnet. taking a wil

SolrCloud - replication factor

2012-10-04 Thread Sudhakar Maddineni
Hi, Appreciate if someone could provide some pointers/docx to find info about replication factor. I see that the replication factor was mentioned in the wiki doc: http://wiki.apache.org/solr/SolrCloud - Managing collections via the Collections API - http://localhost:8983/solr/admin/collections

Re: StandardTokenizer generation from JFlex grammar

2012-10-04 Thread Ahmet Arslan
> > I'm using jflex 1.4.3 and I ran into the following > > You need to use trunk. There is info about this in *.flex > file. jflex-1.5.0-SNAPSHOT.jar > Taken from ClassicTokenizerImpl.jflex : "WARNING: if you change ClassicTokenizerImpl.jflex and need to regenerate the tokenizer, only use the

Re: StandardTokenizer generation from JFlex grammar

2012-10-04 Thread Ahmet Arslan
>   I'm trying to generate the standard tokenizer again > using the jflex > specification (StandardTokenizerImpl.jflex) but I'm not able > to do so due to > some errors (I would like to create my own jflex file using > the standard > tokenizer which is why I'm trying to first generate using > that

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Hi Chris: I'm using solr 3.6.1, is the bug present in this version? Greetings! On Oct 4, 2012, at 6:11 PM, Chris Hostetter wrote: > > : GRAVE: java.lang.NumberFormatException: For input string: " > : 100 > : " > : at > java.lang.NumberFormatException.forInputString(NumberFormatExc

Re: segment number during optimize of index

2012-10-04 Thread Shawn Heisey
On 10/4/2012 3:22 PM, jame vaalet wrote: so imagine i have merged the 150 Gb index into single segment, this would make a single segment of 150 GB in memory. When new docs are indexed it wouldn't alter this 150 Gb index unless i update or delete the older docs, right? will 150 Gb single segment h

Re: segment number during optimize of index

2012-10-04 Thread Shawn Heisey
On 10/4/2012 3:22 PM, jame vaalet wrote: so imagine i have merged the 150 Gb index into single segment, this would make a single segment of 150 GB in memory. When new docs are indexed it wouldn't alter this 150 Gb index unless i update or delete the older docs, right? will 150 Gb single segment h

StandardTokenizer generation from JFlex grammar

2012-10-04 Thread vempap
Hello, I'm trying to generate the standard tokenizer again using the jflex specification (StandardTokenizerImpl.jflex) but I'm not able to do so due to some errors (I would like to create my own jflex file using the standard tokenizer which is why I'm trying to first generate using that to get a

Re: Question about OR operator

2012-10-04 Thread Chris Hostetter
: GRAVE: java.lang.NumberFormatException: For input string: " : 100 : " : at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) : at java.lang.Integer.parseInt(Integer.java:470) : at java.lang.Integer.(Integer.java:636) : at org.apac

Re: SOLR 4 BETA facet.pivot and cloud

2012-10-04 Thread Chris Hostetter
At the moment, it's easy to know what features will be in 4.0 final by trying out one of hte release candidates (look for the VOTE threads on the dev@lucene list) As far as distributed pivot faceting support: this has not been committed -- there is an open jira with a patch, however skimming t

Re: segment number during optimize of index

2012-10-04 Thread jame vaalet
so imagine i have merged the 150 Gb index into single segment, this would make a single segment of 150 GB in memory. When new docs are indexed it wouldn't alter this 150 Gb index unless i update or delete the older docs, right? will 150 Gb single segment have problem with memory swapping at OS leve

Re: segment number during optimize of index

2012-10-04 Thread Otis Gospodnetic
You can certainly optimize down to just 1 segment. Note that this is the most expensive option and that when you do that you may actually hurt performance for a bit because Solr/Lucene may need to re-read a bunch of data from the index for sorting and faceting purposes. You will also invalidate t

Re: How to make SOLR manipulate the results?

2012-10-04 Thread SUJIT PAL
Hi Srilatha, One way to do this would be by making two calls, one to your sponsored list where you pick two at random and a solr call where you pick all the search results and then stick them together in your client. Sujit On Oct 4, 2012, at 12:39 AM, srilatha wrote: > For an E-commerce websi

Re: Getting list of operators and terms for a query

2012-10-04 Thread Amit Nithian
I'm not 100% sure but my guess is that you can get the list of boolean clauses and their "occur" (must, should, must not) and that would be your and, or, not equivalents. On Thu, Oct 4, 2012 at 10:39 AM, Davide Lorenzo Marino wrote: > For what I saw in the documentation from the class > org.apa

Re: solr meger policy

2012-10-04 Thread jame vaalet
thanks Tomaz. On 4 October 2012 19:56, Tomás Fernández Löbbe wrote: > TieredMergePolicy is the default in Solr since 3.3. See > https://issues.apache.org/jira/browse/SOLR-2567 It is still the default > for > 4.0, so you should have the same MergePolicy in 3.4 and 3.6. > > > > On Thu, Oct 4, 2012

Re: SolrCloud AutoSharding?

2012-10-04 Thread Jason Huang
Thanks Otis. This starts to make more sense to me. I will go through the links in your signature and dig into it. Still learning but this is a good direction. thanks! Jason On Thu, Oct 4, 2012 at 2:55 PM, Otis Gospodnetic wrote: > Hi, > > You could start with one node on which you could start

Re: SolrCloud AutoSharding?

2012-10-04 Thread Otis Gospodnetic
Hi, You could start with one node on which you could start with # shards == # CPU cores. Then, all while running a stress/performance test, observe the latency and other metrics you care about. Keep increasing the number of shards and keep observing. SPM for Solr (see signature) will help with th

Re: SolrCloud AutoSharding?

2012-10-04 Thread Jason Huang
Tomás, Thanks for the response. So basically at this point what I could do is to make a "best guess" of my estimated index size and specify a few shards to start with. I am guessing if I assigned too many shards, then the "join" between different shards may be the bottleneck? On the other side, i

Extract multiple streams into the same document

2012-10-04 Thread Yury Kats
I'm sending streams of data to Solr, using ExtractingRequestHandler to be parsed/extracted by Tika and then indexed. While multiple streams can be passed with a single request to Solr, each stream ends up being indexed into a separate document. Or, if I pass the unique id parameter with the requ

Re: Identify exact search in edismax

2012-10-04 Thread Mikhail Khludnev
overall task is not clear to me, but if you want to "field's all terms have matched to user query" i'd suggest to introduce your own Similarity: - write number of terms as a norm value (which is by default a byte per doc per field), then - you'll be able to retrieve this number during search time

Re: QueryElevationComponent not working in Distributed Search

2012-10-04 Thread Erick Erickson
no, it's not. The fix version is 4.0-ALPHA So you can test this pretty easily for yourself by getting 4.0 alpha/beta or RC1 and giving it a whirl... Best Erick On Thu, Oct 4, 2012 at 10:10 AM, vasokan wrote: > Hi, > > I am using the following version of Solr. > > Solr Specification Ver

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Thanks for the quick response, I got the same response, what I'm trying to accomplish is to get straight OR between all the clauses or terms in my query, the value I should use is 0 right? 10mo. ANIVERSARIO DE LA CREACION DE LA UNIVERSIDAD DE LAS CIENCIAS INFORMATICAS... CONECTADOS AL FUTURO,

Identify exact search in edismax

2012-10-04 Thread rhl4tr
I am using edismax for guessing category from user query. If user says "I want to buy BMW and Audi car". This query will be fed to edismax which will give me results based on phrase match. Field contains following values -BMW => Cars category -Audi => Cars -2 BHK => Real Estate -need job => jobs

Re: Question about OR operator

2012-10-04 Thread Otis Gospodnetic
Try 0% instead of just 0. Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Thu, Oct 4, 2012 at 1:50 PM, Jorge Luis Betancourt Gonzalez wrote: > This is the error: > > GRAVE: java.lang.NumberFormatException:

Re: Solr replication hangs on multiple slave nodes

2012-10-04 Thread Otis Gospodnetic
Hi, I haven't seen this error before. Some questions/suggestions... Have you tried with 3.6.1? Is the disk full? Have you tried watching the network with http://code.google.com/p/tcpmon/ or tcpdump? Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
This is the error: GRAVE: java.lang.NumberFormatException: For input string: " 100 " at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:470) at java.lang.Integer.(Integer.java:636)

Re: Question about OR operator

2012-10-04 Thread Otis Gospodnetic
What's the error Jorge? Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Thu, Oct 4, 2012 at 1:36 PM, Jorge Luis Betancourt Gonzalez wrote: > Hi: > > Thanks for all the replies, right now I have this in my

Re: Getting list of operators and terms for a query

2012-10-04 Thread Davide Lorenzo Marino
For what I saw in the documentation from the class org.apache.lucene.search.Query I can just iterate over the terms using the method extractTerms. How can I extract the operators? 2012/10/4 Amit Nithian > I think you'd want to start by looking at the rb.getQuery() in the > prepare (or process if

Re: SolrCloud AutoSharding?

2012-10-04 Thread Tomás Fernández Löbbe
SolrCloud doesn't auto-shard at this point. It doesn't split indexes either (there is an open issue for this: https://issues.apache.org/jira/browse/SOLR-3755 ) At this point you need to specify the number of shards for a collection in advance, with the numShards parameter. When you have more than

Re: Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Hi: Thanks for all the replies, right now I have this in my mm parameter: 2<-1 5<-2 6<90% I'm trying to get an straight OR between all the terms in my query, should I set the mm parameter to 1? because this gave an error. Greetings! On Oct 4, 2012, at 11:06 AM, Jorge

Re: Solr 4.0 and Maven SNAPSHOT artifacts

2012-10-04 Thread Maurizio Cucchiara
I could be wrong in case of solr, but usually snapshots live in repository.a.o (and here [1] AFAICU you will find what you're looking for). In order to use you should add the following repository apache.snapshots ASF Maven 2 Snapshot https://repository.apache.org/content/groups/sn

RE: Solr 4.0 and Maven SNAPSHOT artifacts

2012-10-04 Thread Steven A Rowe
http://wiki.apache.org/solr/NightlyBuilds -Original Message- From: Amit Nithian [mailto:anith...@gmail.com] Sent: Thursday, October 04, 2012 1:22 PM To: solr-user@lucene.apache.org Subject: Solr 4.0 and Maven SNAPSHOT artifacts Is there a maven repository location that contains the night

Re: Getting list of operators and terms for a query

2012-10-04 Thread Amit Nithian
I think you'd want to start by looking at the rb.getQuery() in the prepare (or process if you are trying to do post-results analysis). This returns a Query object that would contain everything in that and I'd then look at the Javadoc to see how to traverse it. I'm sure some runtime type-casting may

Solr 4.0 and Maven SNAPSHOT artifacts

2012-10-04 Thread Amit Nithian
Is there a maven repository location that contains the nightly build Maven artifacts of Solr? Are SNAPSHOT releases being generated by Jenkins or anything so that when I re-resolve the dependencies I'd get the latest snapshot jars? Thanks Amit

Re: Getting list of operators and terms for a query

2012-10-04 Thread Davide Lorenzo Marino
I don't need really start from the query String. What I need is obtain a list of terms and operators. So the real problem is: How can I access the Lucene Query structure to traverse it? Davide Marino 2012/10/4 Jack Krupansky > I'm not quite following what the issue is here. I mean, the Solr >

SOLR 4 BETA facet.pivot and cloud

2012-10-04 Thread Nick Cotton
Please pardon this if is and FAQ, but after searching the archives I cannot get a clear answer. Does the new facet.pivot work with SOLRCloud? When I run SOLR 4 BETA with zookeeper, even if I specify shards=1, pivoting does not seem to work. The quickest way to demo this is with the velocity brow

Solr replication hangs on multiple slave nodes

2012-10-04 Thread Justin Babuscio
After a large index rebuild (16-masters with ~15GB each), some slaves fail to completely replicate. We are running Solr v3.5 with 16 masters and 2 slaves each for a total of 48 servers. 4 of the 32 slaves sit in a stalled replication state with similar messages: Files Downloaded: 254/260 Downlo

SolrCloud AutoSharding?

2012-10-04 Thread Jason Huang
Hello, I am exploring SolrCloud and have a few questions about SolrCloud's auto-sharding functionality. I couldn't find any good answer from my online search - if anyone knows the answer to these questions or can point me to the right document, that would be great! (1) Does SolrCloud offer auto-s

Re: Getting list of operators and terms for a query

2012-10-04 Thread Jack Krupansky
I'm not quite following what the issue is here. I mean, the Solr QueryComponent generates a Lucene Query structure and you need to write code to recursively traverse that Lucene Query structure and generate your preferred form of output. There would be no need to look at the original query stri

Re: Getting list of operators and terms for a query

2012-10-04 Thread Davide Lorenzo Marino
It's ok.. I did it and I took the query string. The problem is convert the java.lang.string (query) in a list of term and operators and doing it using the same parser used by Solr to execute the queries. 2012/10/4 Mikhail Khludnev > you've got ResponseBuilder as process() or prepare() argument,

Re: Problem with relating values in two multi value fields

2012-10-04 Thread Mikhail Khludnev
it's a typical nested document problem. there are several approaches. Out of the box solution as far you need facets is http://wiki.apache.org/solr/FieldCollapsing . On Thu, Oct 4, 2012 at 7:19 PM, Torben Honigbaum < torben.honigb...@neuland-bfi.de> wrote: > Hi Jack, > > thank you for your answer

Re: Getting list of operators and terms for a query

2012-10-04 Thread Mikhail Khludnev
you've got ResponseBuilder as process() or prepare() argument, check "query" field, but your component should be registered after QueryComponent in your requestHandler config. On Thu, Oct 4, 2012 at 6:03 PM, Davide Lorenzo Marino < davide.mar...@gmail.com> wrote: > Hi All, > i'm working in a new

Re: Can I rely on correct handling of interrupted status of threads?

2012-10-04 Thread Mikhail Khludnev
it was another exception class. On Thu, Oct 4, 2012 at 5:19 PM, Robert Krüger wrote: > On Tue, Oct 2, 2012 at 8:50 PM, Mikhail Khludnev > wrote: > > I remember a bug in EmbeddedSolrServer at 1.4.1 when exception bypasses > > request closing that lead to searcher leak and OOM. It was fixed about

Re: Problem with relating values in two multi value fields

2012-10-04 Thread Torben Honigbaum
Hi Jack, thank you for your answer. The problem is, that I don't know the value for option A and that the values are numbers and I've to use the values as facet. So I need something like this: Docs: 3 A B ... 200 400 ... 4 A E ...

Re: Question about OR operator

2012-10-04 Thread Otis Gospodnetic
Hi Jorge, Have a look at http://wiki.apache.org/solr/ExtendedDisMax#mm_.28Minimum_.27Should.27_Match.29 Have a look at http://wiki.apache.org/solr/CommonQueryParameters#Debugging for info about &debugQuery=true and friends. Otis -- Search Analytics - http://sematext.com/search-analytics/index.h

Re: Question about OR operator

2012-10-04 Thread Jack Krupansky
Maybe the "mm" (minimum match) parameter is set to "100%" which is the same as using the "AND" operator. Set "mm" to "1" or "50%" or "25%" or whatever makes sense for your app. -- Jack Krupansky -Original Message- From: Jorge Luis Betancourt Gonzalez Sent: Thursday, October 04, 2012

Re: Question about OR operator

2012-10-04 Thread Torben Honigbaum
Hi Jorge, maybe I've defined in your schema.xml Torben Am 04.10.2012 um 17:06 schrieb Jorge Luis Betancourt Gonzalez: > Hi: > > I'm having an issue with solr 3.6.1 and I'm sensing that is a lack of > understanding. I'm building a search engine, using of course solr to store > th

Re: Problem with relating values in two multi value fields

2012-10-04 Thread Jack Krupansky
Use a field called "option_value_pairs" with values like "A 200" and then query with a quoted phrase "A 200". You could use a special character like equal sign instead of space: "A=200" and then you don't have to quote it in the query. -- Jack Krupansky -Original Message- From: Torb

Question about OR operator

2012-10-04 Thread Jorge Luis Betancourt Gonzalez
Hi: I'm having an issue with solr 3.6.1 and I'm sensing that is a lack of understanding. I'm building a search engine, using of course solr to store the inverted index, so far so good. When I search for a term, let's say "java" I get 761 results, then querying the index with a "php" term give

Problem with relating values in two multi value fields

2012-10-04 Thread Torben Honigbaum
Hello, I've a problem with relating values in two multi value fields. My documents look like this: 3 A B C D 200 400 240 310 My problem is that I've to search for a set of documents and display only the value for option A, for example, and use t

Re: Unknown format version: -11

2012-10-04 Thread Otis Gospodnetic
Hi, I'd have to check the src to see what exactly -11 signifies but why not paste the Solr version you see in Solr Admin, plus ls -l your lib directory(-ies). Also, who indexed docs to those cores? That same Solr? Can you remove the core and reindex? If so, do you still get -11? Otis -- S

problem with hl.mergeContinuous

2012-10-04 Thread Yoni Amir
I am using a configuration roughly as follows (with solr 4 beta): true true 4 true The fragment/snippet size is 100 by default. I found a strange case as follows: The word that I search for appears in a field somewhere between the 300th and 400th characters. Solr, in

Re: solr meger policy

2012-10-04 Thread Tomás Fernández Löbbe
TieredMergePolicy is the default in Solr since 3.3. See https://issues.apache.org/jira/browse/SOLR-2567 It is still the default for 4.0, so you should have the same MergePolicy in 3.4 and 3.6. On Thu, Oct 4, 2012 at 9:14 AM, jame vaalet wrote: > Thats the first thing i tried, but it had only m

QueryElevationComponent not working in Distributed Search

2012-10-04 Thread vasokan
Hi, I am using the following version of Solr. Solr Specification Version: 3.6.0.2012.04.06.11.34.07 Solr Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06 11:34:07 Lucene Specification Version: 3.6.0 Lucene Implementation Version: 3.6.0 1310449 - rmuir - 2

QueryElevationComponent not working in Distributed Search

2012-10-04 Thread vasokan
Hi, I am using the following version of Solr. Solr Specification Version: 3.6.0.2012.04.06.11.34.07 Solr Implementation Version: 3.6.0 1310449 - rmuir - 2012-04-06 11:34:07 Lucene Specification Version: 3.6.0 Lucene Implementation Version: 3.6.0 1310449 - rmuir - 2

Re: Can I rely on correct handling of interrupted status of threads?

2012-10-04 Thread Robert Krüger
On Tue, Oct 2, 2012 at 8:50 PM, Mikhail Khludnev wrote: > I remember a bug in EmbeddedSolrServer at 1.4.1 when exception bypasses > request closing that lead to searcher leak and OOM. It was fixed about two > years ago. > You mean InterruptedException?

Re: solr meger policy

2012-10-04 Thread jame vaalet
Thats the first thing i tried, but it had only merge factor and maxmergedocs in it. We have different merge policies like LogMergePolicy , NoMergePolicy

Re: solr meger policy

2012-10-04 Thread Otis Gospodnetic
Hi, Look for the word merge in solrconfig.xml :) Otis -- Performance Monitoring - http://sematext.com/spm On Oct 4, 2012 7:50 AM, "jame vaalet" wrote: > Hi, > I would like to know the different merge policies lucene uses in different > versions of SOLR. I have got 3.4 and 3.6 versions of solr r

Re: Solr search

2012-10-04 Thread Otis Gospodnetic
Hi Search for *:* to retrieve all docs. Got anything? Otis -- Performance Monitoring - http://sematext.com/spm On Oct 4, 2012 5:50 AM, "Tolga" wrote: > Hi, > > I installed Solr and Nutch on a server, crawled with Nutch, and searched > at http://localhost:8983/solr/, to no avail. I mean it turns

Re: multivalued filed question (FieldCache error)

2012-10-04 Thread giovanni.bricc...@banzai.it
Thank you for the support! Unfortunately my configuration is very large, but I was able to reproduce the error in a new test collection (I have a multicore setup). So extracting the attachment you will be able to track down what appens this is the query that shows the error, and below you can

Re: Solr search

2012-10-04 Thread Erick Erickson
I'm at a complete loss here, you've provided no information at all to help diagnose your issues. Please review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Thu, Oct 4, 2012 at 5:49 AM, Tolga wrote: > Hi, > > I installed Solr and Nutch on a server, crawled with Nutch, and searched

Re: solr facet !tag on multiple columns

2012-10-04 Thread Erick Erickson
_how_ is it not working? You might review: http://wiki.apache.org/solr/UsingMailingLists Best Erick On Thu, Oct 4, 2012 at 4:37 AM, lavesh wrote: > select?q=*:*&facet=true&facet.zeros=false&fq=column1:(16 31)&&fq=COLUMN2:(6 > 208)&fq={!tag=COLUMN2,column1}COLUMN2:(6)&facet.field={!ex=COLUMN2,col

How to make SOLR manipulate the results?

2012-10-04 Thread srilatha
For an E-commerce website, we have stored the products as SOLR documents with the following fields and weights: Title:5 Description:4 For some products, we need to ensure that they appear in the top ten results even if their relevance in the above two fields does not qualify them for being in top

Solr search

2012-10-04 Thread Tolga
Hi, I installed Solr and Nutch on a server, crawled with Nutch, and searched at http://localhost:8983/solr/, to no avail. I mean it turns up no results. What to do? Regards,

Re: How to make SOLR manipulate the results?

2012-10-04 Thread Jan Høydahl
Hi, I would simply split the query into two individual ones. One for the ordinary products, where you request 8 rows, and one for the sponsored ones where you request 2 rows and sort by a "random" field. "&sort=random_XXX desc" where XXX is your random seed. However, instead of using Elevate

Re: Hierarchical Data

2012-10-04 Thread Maurizio Cucchiara
Thank you Erick for your answer. I read your post and I found it very interesting. Unfortunately it is not suitable for my use case: * security is not an issue, since the dbs will be fully replicated in the same infrastructure. * there are no bazillion of data (something like 300K html documents) *

Re: Get report of keywords searched.

2012-10-04 Thread Davide Lorenzo Marino
If you need to analyze the search queries is not very difficult, just create a search plugin and put them in a db. If you need to search the single keywords it is more difficult and you need before starting to take some decision. In particular take the following queries and try to answer how you wo

Re: Solr/Lucene courses and training

2012-10-04 Thread Jan Høydahl
Please have a look at the "Support" wiki page: http://wiki.apache.org/solr/Support Search for "Training" and you'll find a number of companies providing Solr/Lucene training in Europe. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.

Re: Multi-Select Faceting with delimited field values

2012-10-04 Thread Mikhail Khludnev
The only way to do that is split your attributes, which are concatenations of attr and val. you should have color attr with vals red, green, blue; hdmi: yes/no; speaker: yes/no. 04.10.2012 5:19 пользователь "Aaron Bains" написал: > I am trying to set up my query for multi-select faceting, here is