Including new filters/anayzers/tokenizers (in jars) on SolrCloud

2015-05-18 Thread Bruno René Santos
Regards Bruno -- http://about.me/brunorene Bruno René Santos about.me/brunorene [image: Bruno René Santos on about.me] http://about.me/brunorene

Can i use a max of instead of sum of here?

2015-02-02 Thread Bruno René Santos
) -- http://about.me/brunorene Bruno René Santos about.me/brunorene [image: Bruno René Santos on about.me] http://about.me/brunorene

Re: Can i use a max of instead of sum of here?

2015-02-02 Thread Bruno René Santos
AS - www.cominvent.com 2. feb. 2015 kl. 11.56 skrev Bruno René Santos brunor...@gmail.com: Hi, I have the output below on one part of my debugQuery. First I would like to know why the highlighted part happens. Does it mean that there are multiple matches on synonyms on the field txtmysite

Re: Two Spellcheck Components in a Single Solr Search

2014-11-13 Thread Bruno René Santos
the suggestions 2- 2- Configuring two lst name=spellchecker based on different fields in the searchComponent configuration for the spellcheck component I can only get suggestions from one of the components Any ideas? -- http://about.me/brunorene Bruno René Santos about.me/brunorene [image

Token Filter - synonyms by regex substitution

2014-10-03 Thread Bruno René Santos
have a rules x - sc and the search term 'taxi sun' i get token like: taxi sun tasci sunci Any ideas why? If you know a token filter that already does this I would mind use it at all. Thanx Bruno -- http://about.me/brunorene Bruno René Santos about.me/brunorene [image: Bruno René Santos

Tweaking Edismax on the Phrase Fields

2013-09-05 Thread Bruno René Santos
one DisjunctionMaxQuery for pf, another for the pf2, etc Regards Bruno -- Bruno René Santos Lisboa - Portugal

Reloading synonyms and stop words

2013-08-23 Thread Bruno René Santos
Hello, Is it possible to reload the synonyms and stopwords files without rebooting solr? Regards Bruno Santos -- Bruno René Santos Lisboa - Portugal

Re: Reloading synonyms and stop words

2013-08-23 Thread Bruno René Santos
use the Core RELOAD command: https://cwiki.apache.org/confluence/display/solr/CoreAdminHandler+Parameters+and+Usage#CoreAdminHandlerParametersandUsage-%7B%7BRELOAD%7D%7D On Fri, Aug 23, 2013 at 1:51 PM, Bruno René Santos brunor...@gmail.com wrote: Hello, Is it possible to reload

Re: Reloading synonyms and stop words

2013-08-23 Thread Bruno René Santos
this at a level above RequestHandler i.e. via a custom CoreAdminHandler. See CoreAdminHandler.handleCustomAction() On Fri, Aug 23, 2013 at 2:57 PM, Bruno René Santos brunor...@gmail.com wrote: Great! What about inside a RequestHandler source code in Java? I want to create a requestHandler that receives

Re: Reloading synonyms and stop words

2013-08-23 Thread Bruno René Santos
your handler or you can try calling CoreContainer.reload directly. On Fri, Aug 23, 2013 at 6:13 PM, Bruno René Santos brunor...@gmail.com wrote: Hi again, Thanx for the help :) I have this handler: public class SynonymsHandler extends RequestHandlerBase implements SolrCoreAware

Solrconfig.xml

2013-08-23 Thread Bruno René Santos
Is there any way inside a handleRequestBody on a RequestHandler to know the directory where the core configuration is? (schema.xml, solrconfig.xml, synonyms, etc) Regards Bruno -- Bruno René Santos Lisboa - Portugal

Re: Solrconfig.xml

2013-08-23 Thread Bruno René Santos
you have all what you need (specifically SolrResourceLoader is what you need) Note that if your request handler is a SearchHandler you don't need to implement that interface because it already does. Best, Andrea On 08/23/2013 04:23 PM, Bruno René Santos wrote: Is there any way inside

solr built with maven

2013-08-23 Thread Bruno René Santos
(RequestHandlers, TOkenizers, etc) where can I put them so that the compilation process will view the new files? Regards Bruno Santos -- Bruno René Santos Lisboa - Portugal

Re: solr built with maven

2013-08-23 Thread Bruno René Santos
/version /dependency On Fri, Aug 23, 2013 at 12:24 PM, Bruno René Santos brunor...@gmail.com wrote: Hello all, I am building Solr's source code through maven in order to develop on top of it on Netbeans (As no ant task was made to Netbeans... not cool!). Three doubts about that: 1

Extending fieldtypes

2013-08-12 Thread Bruno René Santos
Hi, Is it possible to extend a fieldtype from another fieldtype on the schema.xml? Regards Bruno -- Bruno René Santos Lisboa - Portugal

Re: Extending fieldtypes

2013-08-12 Thread Bruno René Santos
class=solr.LowerCaseFilterFactory//analyzer/fieldType -- View this message in context: http://lucene.472066.n3.nabble.com/Extending-fieldtypes-tp4083986p4083992.html Sent from the Solr - User mailing list archive at Nabble.com. -- Bruno René Santos Lisboa - Portugal

Re: JSON Update create different copies of the same document

2013-08-09 Thread Bruno René Santos
? Regards Bruno On Thu, Aug 8, 2013 at 3:22 PM, Jack Krupansky j...@basetechnology.comwrote: Either your uniqueKey field values are in fact unique for those separate documents, or your have overwrite=false on the input documents. -- Jack Krupansky -Original Message- From: Bruno René Santos

Re: JSON Update create different copies of the same document

2013-08-09 Thread Bruno René Santos
match of the document, disregardinf its current latest version (unless the document versions are laready sorted by their version?)... Anyone knows what I am doing wrong? Or if this is a bug? Regards Bruno On Fri, Aug 9, 2013 at 2:23 PM, Bruno René Santos brunor...@gmail.comwrote: Hi, I just saw

Version Conflict on Atomic Update

2013-08-09 Thread Bruno René Santos
: { msg: version conflict for change.me expected=1442907922893897700 actual=1442907922893897728, code: 409 } } Why this happens? I am on version 4.4 ThanxBruno -- Bruno René Santos Lisboa - Portugal

JSON Update create different copies of the same document

2013-08-08 Thread Bruno René Santos
Hello, I thought that by adding a new document with the same id on Solr the document already on Solr would be updated with the new info. But both documents appear on the search results... How can I update a document? Regards Bruno Santos -- Bruno René Santos Lisboa - Portugal

Re: JSON Update create different copies of the same document

2013-08-08 Thread Bruno René Santos
the document already on Solr would be updated with the new info. But both documents appear on the search results... How can I update a document? Regards Bruno Santos -- Bruno René Santos Lisboa - Portugal

Random sort with groups

2013-08-02 Thread Bruno René Santos
and the second group only has 6 items. That way the random sort on the first group would get the first group like 99% of times on the first place of the results. Can someone confirm this behaviour? Regards -- Bruno René Santos Lisboa - Portugal

Re: Random sort with groups

2013-08-02 Thread Bruno René Santos
the same or there's something I'm not understanding. Best Erick On Fri, Aug 2, 2013 at 12:13 PM, Bruno René Santos brunor...@gmail.com wrote: Hello, We are trying to make a random sort with a query where we are grouping results by a field. On one example we always have one of the results

Pagination on grouped results

2013-08-01 Thread Bruno René Santos
Hello, Is there any way to know how many items will I have after grouping results? I have the total matches without groups and for each group the quantity of items on it, but I cannot find the number of groups I got. Regards -- Bruno René Santos Lisboa - Portugal

The meaning of the of the doc= on the debugQuery output

2013-07-29 Thread Bruno René Santos
made or fields searched... Regards Bruno -- Bruno René Santos Lisboa - Portugal