Solr endpoint on the public internet

2020-10-08 Thread Marco Aurélio
sk you to report such issues in JIRA.* Is there a way we can restrict read-only access to Solr collections so as to allow users to make search requests directly to it or should we always keep our Solr instances completely private? Thanks in advance! Best regards, Marco Godinho

Re: regarding Extracting text from Images

2020-01-17 Thread Marco Reis
just for this, to extract and OCR text from binary documents. Now, I can scale to a world-class solution. Marco Reis Software Engineer http://marcoreis.net +55 61 981194620 On Fri, 17 Jan 2020 at 07:17, Jörn Franke wrote: > Have you checked this? > > https://cwiki.apache.org/c

Aw: Searching a nested structure. Can not retrieve parents with all corresponding childs

2019-12-09 Thread Marco Ibscher
d parentFilter=doc_type:parent childFilter=doc_type:child]&rows=200   I am still confused why it does not work with the _nest_path_ field and thankful for an advice, but right now I can work with this "solution".   Best regards Marco Gesendet: Mittwoch, 04. Dezember 2019 um 16:42 Uhr Vo

Searching a nested structure. Can not retrieve parents with all corresponding childs

2019-12-04 Thread Marco Ibscher
ps://stackoverflow.com/questions/59162038/searching-a-nested-structure-can-not-retirve-parents-with-all-corresponding-chi Thank you. Marco

Re: My problem with T-shirts and nested documents

2019-05-27 Thread Gian Marco Tagliani
en > > parent docs need to be added to result list. > > Unfortunately, there is no [parent] result transformer. Thus it can be > done > > with generic > > > https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html#TransformingResultDocuments-_subquery_ &g

Re: My problem with T-shirts and nested documents

2019-05-24 Thread Gian Marco Tagliani
> Unfortunately, there is no [parent] result transformer. Thus it can be done > with generic > > https://lucene.apache.org/solr/guide/6_6/transforming-result-documents.html#TransformingResultDocuments-_subquery_ > . > > > On Fri, May 24, 2019 at 3:16 PM Gian Marco Tagliani

My problem with T-shirts and nested documents

2019-05-24 Thread Gian Marco Tagliani
s to use the Analytics Component ( https://lucene.apache.org/solr/guide/analytics.html) In this case I'm not able to get data from father and child document to build a facet. Has any of you encountered a similar problem? Do you have any idea on how to address my case? Thanks in advance Gian Marco Tagliani

Re: solr usage reporting

2018-01-25 Thread Marco Reis
a plugin to add this functionality? > > Your help appreciated. > Bcubed > > > -- Marco Reis Software Engineer http://marcoreis.net https://github.com/masreis +55 61 9 81194620

Re: Personalized search parameters

2018-01-06 Thread marco
Don't we need vectors of the same size to calculate the cosine similarity? Maybe I missed something, but following that example it looks like i have to manually recreate the sparse vectors, because the term vector of a document should (i may be wrong) contain only the terms that appear in that doc

Re: Personalized search parameters

2018-01-05 Thread marco
At the moment I have another problem: is there an efficient way to calculate the cosine similarity between documents? I'm following (with the required modifications) THIS code that calculates the cosine similarity between 2 documents, but it doesn't look t

Re: Personalized search parameters

2018-01-05 Thread marco
This looks like a very good solution actually. In the mean time i started working in a different way: I created a custom query componentan from there i accessed the list of results of the query, and i was searching a way to reorder that list, but i'd be better look to the RankQuery, it surely looks

Re: Personalized search parameters

2018-01-05 Thread marco
First of all thank you for the reply. I understand your idea, and that would make the thing a lot easyer, the problem is that this system is being created as a university project, and we were specifically asked to develop a personalized search system based on result reranking. In particular we have

Personalized search parameters

2018-01-05 Thread marco
Hi, first of all I want to say that i'm a beginner with the whole Lucene/Solr environment. I'm trying to create a simple personalized search engine, and to do so i was thinking about adding a parameter user= to the uri of the query requests, that i would need during the scoring phase to rerank

combined boolean operators

2017-06-28 Thread Marco Staub
;wt=json See parsedquery in the result. myfield should be replaceable by any fieldname in the index like id. Best Marco

Re: SOLR + Nutch set up (UNCLASSIFIED)

2016-08-03 Thread Marco Scalone
Nutch also has adaptive strategy: This class implements an adaptive re-fetch algorithm. This works as > follows: > >- for pages that has changed since the last fetchTime, decrease their >fetchInterval by a factor of DEC_FACTOR (default value is 0.2f). >- for pages that haven't changed

Solr Windows service: Access is denied

2015-04-23 Thread Marco De Rossi
Hi all, my installation of Apache Solr on Windows Server 2008 R2 SP1 always stops with error "Access is denied" or "Incorrect Function" or "The data area passed to a system call is too small". Do someone of you know how to fix this issue? Thx Marco

Re: DIH problem

2012-09-26 Thread Gian Marco Tagliani
Here the issue: https://issues.apache.org/jira/browse/SOLR-3896 On Tue, Sep 25, 2012 at 1:41 PM, Gian Marco Tagliani wrote: > Ok, > I'll try to verify if there is the same issue in the 4.0 and I'll open the > issue in Jira. > > thanks > > -- > Gian Marco &

Re: DIH problem

2012-09-25 Thread Gian Marco Tagliani
Ok, I'll try to verify if there is the same issue in the 4.0 and I'll open the issue in Jira. thanks -- Gian Marco On Sat, Sep 22, 2012 at 9:34 PM, Dyer, James wrote: > Gian, > > Even if you can't write a failing unit test (if you did it would be > awesome), pleas

DIH problem

2012-09-21 Thread Gian Marco Tagliani
ception.log(log, "getNext() failed for query '" + query + "'", e); - Do you think this is correct? Thanks for your help -- Gian Marco Tagliani

Marco Scalone está ausente de la oficina.

2012-09-07 Thread Marco Scalone
Estaré ausente de la oficina desde el Vie 07/09/2012 y no volveré hasta el Jue 20/09/2012 . Responderé a su mensaje cuando regrese.

Re: Problems with estrange data appended to body field [SOLVED]

2012-07-09 Thread Marco Scalone
Problem solved. The problem was in the drupal side... drupal core search interfered with apachesolr module. and added extra information. After deleting the core search tables and setting to 0 the numbres to index on cron .. reindex site an the problem was solved. thanks. Marco El 09/07

SolrJ 4, soft commit

2012-05-16 Thread marco crivellaro
Hi all, I am evaluating Solr 4.0 fot its NRT capabilities. How can you perform a soft commit with solrj 4.0? HttpSolrServer.commit method doesn't have softCommit option which appears to be an option available for the commit command: http://wiki.apache.org/solr/UpdateXmlMessages#A.22commit.22_and_.

commit question

2012-05-16 Thread marco crivellaro
ch on point 3 include the document added at point 1? thank you, Marco Crivellaro -- View this message in context: http://lucene.472066.n3.nabble.com/commit-question-tp3984044.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: docBoost with "fq" search

2012-03-09 Thread Gian Marco Tagliani
se? Gian Marco On Wed, Mar 7, 2012 at 2:51 PM, Ahmet Arslan wrote: > > > --- On Wed, 3/7/12, Gian Marco Tagliani wrote: > > > From: Gian Marco Tagliani > > Subject: docBoost with "fq" search > > To: solr-user@lucene.apache.org > > Date: Wedn

docBoost with "fq" search

2012-03-07 Thread Gian Marco Tagliani
Hi All, I'm seeing strange behavior with my Solr (version 3.4). For searching I'm using the "q" and the "fq" params. At index-time I'm adding a docBoost to each document. When I perform a search with both "q" and "fq" params everything works. For the search with "q=*:*" and something in the "fq"

Re: HBase Datasource

2011-12-02 Thread Gian Marco Tagliani
Hi, In my company we have the same need, import from Hbase into Solr We just started a project here: http://code.google.com/p/hbase-solr-dataimport/ We want to provide an easy way to import data from HBase, similar to SqlEntityProcessor Gian Marco On Fri, Nov 11, 2011 at 4:37 AM, Fuad

Re: mysolr python client

2011-12-01 Thread Marco Martinez
Done! Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/12/1 Marc SCHNEIDER > Hi Marco, > > Great! Maybe you can add it on the Solr wiki? ( > http://wiki.apache.org/solr/Int

mysolr python client

2011-11-30 Thread Marco Martinez
Hi all, For anyone interested, recently I've been using a new Solr client for Python. It's easy and pretty well documented. If you're interested its site is: *http://mysolr.redtuna.org/* * * bye! Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa,

Re: Error Instantiating QParserPlugin

2011-10-20 Thread Marco Martinez
its seem that the problem is QParserPlugin2 class Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/10/20 > hi, > while to create customized query parser plugin for solr 3.2. I g

Re: Controlling the order of partial matches based on the position

2011-10-18 Thread Marco Martinez
Hi, I would use a custom function query that uses termPositions to calculate the order of the values in the field to accomplished your requirements. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42

Re: Solr scraping: Nutch and other alternatives.

2011-10-18 Thread Marco Martinez
Hi Luis, Have you tried the copyField function with custom analyzers and tokenizers? bye, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/10/18 Luis Cappa Banda > Hello everyone. >

Re: PositionIncrement gap and multi-valued fields.

2011-08-09 Thread Marco Martinez
o this query q=test:"A B"~101 you will get the doc1 as a match. Bye! Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/8/8 Luis Cappa Banda > Hello! > > I have a

Re: embeded solrj doesn't refresh index

2011-07-20 Thread Marco Martinez
You should send a commit to you embedded solr Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/7/20 Jianbin Dai > Hi, > > > > I am using embedded solrj. After I add new doc

Re: term positions performance

2011-07-20 Thread Marco Martinez
Also, i develop this query via function query, i wonder if i do it via a normal query will increase the perfomance.. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/7/20 Marco Martinez >

term positions performance

2011-07-20 Thread Marco Martinez
indexed. Thanks in advance, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42

Re: function queries scope

2011-06-07 Thread Marco Martinez
er qparser. Thanks Yonik anyway, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/6/7 Yonik Seeley > One way is to use the boost qparser: > > http://search-lucene.com/jd/solr/org

function queries scope

2011-06-07 Thread Marco Martinez
ause the performance is important to our application. Is there other approach to accomplished that= Thanks in advance, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42

Re: function query apply only in the subset of the query

2011-04-13 Thread Marco Martinez
Its seems that is a problem of my own query, now i need to investigate if there is something different between a normal query and my implementation of the query, because if you use it alone, its works properly. Thanks, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa

Re: function query apply only in the subset of the query

2011-04-13 Thread Marco Martinez
No, this query returns a few more documents than if a do it by lucene query parser. I'm going to generate another query parser that send a simple term query and see what is the output, when i have it, i will inform in the mail. Marco Martínez Bautista http://www.paradigmatecnologico.com Av

Re: function query apply only in the subset of the query

2011-04-12 Thread Marco Martinez
ry parser car AND _val_:marketValue -> 300 docs returned Thanks, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2011/4/12 Erik Hatcher > Try using AND (or set q.op): > > q=car+AND

function query apply only in the subset of the query

2011-04-12 Thread Marco Martinez
possible to apply the function query only to the documents returned in the first query? Thanks in advance, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42

Re: White space in facet values

2010-12-22 Thread Marco Martinez
try to copy the values (with copyfield) to a string field Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/12/22 Peter Karich > > > you should try fq=Product:"Electric Guitar&q

Re: Different Results..

2010-12-22 Thread Marco Martinez
We need more information about the the analyzers and tokenizers of the default field of your search Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/12/22 satya swaroop > Hi All, >

What is the maximum number of documents that can be indexed ?

2010-10-14 Thread Marco Ciaramella
this question, and I tend to consider that Solr index can be virtually limited only by the JVM, the Operating System (limits to large file support), or by hardware constraints (mainly RAM, etc. ... ). Thanks Marco

Re: Solr search speed very low

2010-08-25 Thread Marco Martinez
You should use the tokenizer solr.WhitespaceTokenizerFactory in your field type to get your terms indexed, once you have indexed the data, you dont need to use the * in your queries that is a heavy query to solr. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26

Re: Search Results optimization

2010-08-13 Thread Marco Martinez
You can use a boost higher for stapler to accomplished your requirement. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/8/13 Hasnain > > Hi All, > > My question is related to se

Re: index pdf files

2010-08-12 Thread Marco Martinez
To help you we need the description of your fields in your schema.xml and the query that you do when you search only a single word. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/8/12 Ma

Re: custom scoring phrase queries

2010-06-18 Thread Marco Martinez
Hi Otis, Finally i construct my own function query that gives more score if the value is at the start of the field. But, its possible to tell solr to use spanFirstQuery without coding. I think i have read that its no possible. Thanks, Marco Martínez Bautista http

custom scoring phrase queries

2010-06-18 Thread Marco Martinez
i want to get is: doc2 doc3 doc1 because the terms peter john are on the left side of the field and they get a higher score. Thanks in advance, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42

Re: Distributed Search doesn't response the result set

2010-06-08 Thread Marco Martinez
hards), two searches are fired in parallel and mixed them to get the correct sort, after these steps, solr get the documents (doing a search by id) from the corresponding shards to retrieve the others fields of the documents you have define in the search. Marco Martínez Bautista http://www.para

Re: Distributed Search doesn't response the result set

2010-06-07 Thread Marco Martinez
Try to put the rows parameter in your request, i guess that in your solrconfig you have configured the default rows to 0 in your default request handler. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59

Re: Distributed Search doesn't response the result set

2010-06-07 Thread Marco Martinez
Hi Scott, We need more information about your request, can you put the query that you are doing to the servers. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/6/7 Scott Zhang > Hi.

Re: solr.solr.home

2010-05-27 Thread Marco Martinez
Hi, When you start the tomcat, you can specify the properties, it will be something like this -Dsolr.solr.home=path/to/your/solr/home. For example, in linux ./startup.sh -Dsolr.solr.home=path/to/your/solr/home Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26

Re: Any realtime indexing plugin available for SOLR

2010-05-26 Thread Marco Martinez
Maybe this will help you http://snaprojects.jira.com/wiki/display/ZOIE/Zoie+Solr+Plugin Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/26 bbarani > > Hi, > > Sorry if I am

Re: Storing RandomSortField

2010-05-19 Thread Marco Martinez
://lucene.apache.org/solr/api/org/apache/solr/schema/RandomSortField.html Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/18 Alexandre Rocco > Hi guys, > > Is there any way

Re: disable caches in real time

2010-05-19 Thread Marco Martinez
t to avoid this loss of performance in an enviroment with frequent updates. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/18 Chris Hostetter > : I want to know if there is any approa

Re: Multifaceting on multivalued field

2010-05-18 Thread Marco Martinez
Hi, This exception is fired when you don't have this field on your index, but this comes because you have an error in your query syntax !{ex=cars}cars, should be {*!*ex=cars}cars , whith the exclamation inside the brackets. Marco Martínez Bautista http://www.paradigmatecnologico.com Av

Re: Targeting two fields with the same query or one field gathering contents from both ?

2010-05-17 Thread Marco Martinez
No, the equivalent for this will be: - A: (the lazy fox) *OR* B: (the lazy fox) - C: (the lazy fox) Imagine the situation that you dont have in B 'the lazy fox', with the AND you get 0 results although you have 'the lazy fox' in A and C Marco Ma

Re: disable caches in real time

2010-05-17 Thread Marco Martinez
Any suggestions? I have thought in have two configurations per server and reload each one with the appropiated config file but i would prefer another solution if its possible. Thanks, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224

disable caches in real time

2010-05-14 Thread Marco Martinez
has been done, i will swap the cores. My point is that i want to disable the caches in the core that is in charge of the replication to save memory in the machine. Any suggestions will be appreciated. Thanks in advance, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa

Re: Question on pf (Phrase Fields)

2010-05-13 Thread Marco Martinez
I don't know if this solution accomplished your requirements but you can use fq to do the query with only "foo" and q when you search by more terms. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel

Re: multivalue fields logic required

2010-05-12 Thread Marco Martinez
You should do a preprocessing(multiply your document as many documents as values you have in your multivalue field, with the principalFlag:T in your first document) before you indexing the data with that logic Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26

Re: multivalue fields logic required

2010-05-12 Thread Marco Martinez
mean, get only the city and the dept that should be in the query response. Hope this will help Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/12 Jonty Rhods > Hi Marco, > > I am

Re: JTeam Spatial Plugin

2010-05-12 Thread Marco Martinez
Hi, You can use localsolr (http://www.gissearch.com/localsolr) that supports sharding if you need this feature. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/11 Jean-Sebastien Vachon

Re: hi to everyone

2010-05-06 Thread Marco Martinez
See this page http://wiki.apache.org/solr/UpdateXmlMessages#Updating_a_Data_Record_via_curland the solr tutorial http://lucene.apache.org/solr/tutorial.html (maybe you can use the post.jar). Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta

Re: hi to everyone

2010-05-06 Thread Marco Martinez
You should specify the core in your request, like http://localhost:8080/solr/*core0*/update?... where /solr/ is your webapp and 'core0' is the name of the core. Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de A

Re: multivalue fields logic required

2010-05-06 Thread Marco Martinez
you will have more solutions but these are what i have thought right now. Regards, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/5/6 Jonty Rhods > thanks > > :General solution is t

Re: synonym filter problem for string or phrase

2010-05-03 Thread Marco Martinez
Hi Ranveer, I don't see any stemming analyzer in your configuration of the field 'text_sync', also you have at query time and not at index time, maybe that is your problem. Regards, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5.

Re: synonym filter problem for string or phrase

2010-04-29 Thread Marco Martinez
Hi Ranveer, If you don't specify a field type in the q parameter, the search will be done searching in your default search field defined in the solrconfig.xml, its your default field a text_sync field? Regards, Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europ

Re: Facet count problem

2010-04-19 Thread Marco Martinez
Hi Ranveer, The error in the count of the facets its caused by the tokenized field that you are using, if you want to do facets for the whole string, use a fieldType that doesn't strip the the field in tokens like the string field. Regards, Marco Martínez Bautista

Re: Replication process on Master/Slave slowing down slave read/search performance

2010-04-09 Thread Marco Martinez
to search, when the replication is done, do a swap of the cores so the caches are updated all the time. Regards Marco Martínez Bautista http://www.paradigmatecnologico.com Avenida de Europa, 26. Ática 5. 3ª Planta 28224 Pozuelo de Alarcón Tel.: 91 352 59 42 2010/4/9 Marcin > Hi guys, &g

Re: Solr query parser doesn't invoke analyzer for simple term query?

2010-03-17 Thread Marco Martinez
. Regards, Marco Martínez Bautista 2010/3/17 Teruhiko Kurosaka > It seems that Solr's query parser doesn't pass a single term query > to the Analyzer for the field. For example, if I give it > 2001年 (year 2001 in Japanese), the searcher returns 0 hits > but if I quote t

Lock on old index files

2009-11-26 Thread Branca Marco
on is restarted, duplicate entries disappear and the open file descriptors correctly point to existing files in the index folder. Have anyone encountered a similar behavior on his installation? Thanks in advance, Marco -- The information transmitted is intended for the person or entity to which

Re: dynamic changes to schema

2009-08-19 Thread Marco Westermann
prefix every field with something like my_ dynamic fields doesn't work, do they? best, Marco Constantijn Visinescu schrieb: huh? I think I lost you :) You want to use a multivalued field to list what dynamic fields you have in your document? Also if you program your application correctly you s

Re: dynamic changes to schema

2009-08-18 Thread Marco Westermann
hi, thanks for the advise but the problem with dynamic fields is, that i cannot restrict how the user calls the field in the application. So there isn't a pattern I can use. But I thought about using mulitvalued fields for the dynamically added fields. Good Idea? thanks, Marco Consta

dynamic changes to schema

2009-08-18 Thread Marco Westermann
searchable field is added or removed. Any suggestions, Thanks a lot, Marco Westermann -- ++ Business-Software aus einer Hand ++ ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ http://www.intersales.de http://www.eisxen.org http://www.tarantella-partner.de http://www.medisales.de http

Re: Can I search for a term in any field or a list of fields?

2009-08-18 Thread Marco Westermann
field in the query all:foo and all fields are searched which have been copied to the all-field. best Marco Paul Tomblin schrieb: So if I want to make it so that the default search always searches three specific fields, I can make another field multi-valued that they are all copied into? On T

Re: Can I search for a term in any field or a list of fields?

2009-08-18 Thread Marco Westermann
Hi Paul, I would say, you should use the copyField tag in the schema. eg: the text-field has to be difined as multivalued=true. When you now do an unqualified search, it will search every field, which is copied to the text-field. with best regards, Marco Westermann Paul Tomblin schrieb

Re: Cannot get solr 1.3.0 to run properly with plesk 9.2.1 on CentOS

2009-08-18 Thread Marco Westermann
Hi, I would guess, that the problem is, that you use a jre not a jdk. I mean I have read, that solr requires a JDK. with best regards, Marco Aaron Aberg schrieb: Constantijn, First of all, I want you to know how much I appreciate you not giving up on me. Second of all, your instructions

R: Filtering query terms

2009-05-25 Thread Branca Marco
ndent configuration in a Solr multi-core environment. It was only necessary to set to 0 the property 'splitOnCaseChange' in solr.WordDelimiterFilterFactory. Thanks for your support, Marco Marco Branca Consultant Sytel Reply S.r.l. Via Ripamonti, 89 - 20139 Milano Mobile: (+39) 348 229818

R: Filtering query terms

2009-05-22 Thread Branca Marco
Thank you very much for the instantaneous support. I couldn't find the conflict for hours :( When I have a response for the ISOLatin1AccentFilterFactory I will write it on the mailing-list. Thanks again, Marco Da: Ensdorf Ken [ensd...@zoominf

Filtering query terms

2009-05-22 Thread Branca Marco
rows=10&indent=on Is it the expected behavior or it is a (known) bug? I would like to apply some filter converting all searched words in the corresponding lowercase version without accents. Thanks for your help, Marco -- The information transmitted is intended for the person or entity t

Faceting - grouping results

2009-04-28 Thread Branca Marco
at to set in the Solr URL in order to obtain, for instance: - at most 10 docs with xxx=A - at most 10 docs with xxx=B - at most 10 docs with xxx=C Thank you for your help, Marco Branca Consultant Sytel Reply S.r.l. Via Ripamonti, 89 - 20139 Milano Mobile: (+39) 348 2298186 e-mail: m.bra...@r