Re: accessing individual elements of a multivalued field

2014-06-10 Thread Ahmet Arslan
Hi, There is a workaround with dynamic fields. Trick is you embed data/into into a field name. Normally data is assigned to field value. In this approach field name contains data too.   Instead of multivalued cat field, define cat_* dynamic field. https://cwiki.apache.org/confluence/display/so

Re: Large disjunction query practices

2014-06-10 Thread Ahmet Arslan
Hi, Where are these ORed terms coming from? A user cannot enter this much term. THere are other solutions, joins, post filters etc. You need to tell us your high level goal. On Monday, June 9, 2014 3:51 PM, Joe Gresock wrote: I'm wondering what the best practice for large disjunct queries in

Solr Certificat

2014-06-10 Thread ienjreny
Hello dears, Is there any certificate for Solr? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Certificat-tp4140940.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Performance/scaling with custom function queries

2014-06-10 Thread Robert Krüger
Great, I was hoping for that. In my case I will have to deal with the worst case scenario, i.e. all documents matching the query, because the only criterion is the fingerprint and the result of the distance/similarity function which will have to be executed for every document. However, I am dealing

can Solr keep its last index position?

2014-06-10 Thread usmanZahid
HI I am working with Solr search engine and on a stage where i have to take some implementation decision. I have a large file directory (1TB) and while indexing for the first time we need to maintain history of our indexing position so that we can run the indexer for 10 hours every day untill the

Re: Solr Certificat

2014-06-10 Thread Alexandre Rafalovitch
You may need to be more precise on the meaning of the word here. Certificate as in SSL? Or as in "I can prove my knowledge"? Or, something different again? The answer, BTW, is NO for both of my suggestions, but there might be additional information. Regards, Alex. Personal website: http://www.o

Re: Solr Certificat

2014-06-10 Thread ienjreny
I am looking for the part "I can prove my knowledge". Thanks. On Tue, Jun 10, 2014 at 11:30 AM, Alexandre Rafalovitch [via Lucene] < ml-node+s472066n4140947...@n3.nabble.com> wrote: > You may need to be more precise on the meaning of the word here. > Certificate as in SSL? Or as in "I can prove

Replicate a standalone collection

2014-06-10 Thread Alexandre Rafalovitch
Hello, Is there a way to clone/replicate a standalone collection. I know the Cloud API does it but I want the replica to not be synchronized/updated after the copy is done. And I don't know Cloud API code enough to know what the consequences are. The specific scenario is for creating tutorial col

Edismax should, should not, exact match operators

2014-06-10 Thread michael.boom
On google a user can query using operators like "+" or "-" and quote the desired term in order to get the desired match. Does something like this come by default with edismax parser ? - Thanks, Michael -- View this message in context: http://lucene.472066.n3.nabble.com/Edismax-should-should

RE: Edismax should, should not, exact match operators

2014-06-10 Thread Markus Jelsma
http://wiki.apache.org/solr/ExtendedDisMax#Query_Syntax   -Original message- From:michael.boom Sent:Tue 10-06-2014 13:15 Subject:Edismax should, should not, exact match operators To:solr-user@lucene.apache.org; On google a user can query using operators like "+" or "-" and quote the desir

RE: Recommended ZooKeeper topology in Production

2014-06-10 Thread Markus Jelsma
Yes, always use three or a higher odd number of machines. It is best to have them on dedicated machines and unless the cluster is very large three small VPS machines with 512 MB RAM suffice.   -Original message- From:Gili Nachum Sent:Tue 10-06-2014 08:58 Subject:Recommended ZooKeeper top

Re: can Solr keep its last index position?

2014-06-10 Thread Shawn Heisey
On 6/10/2014 2:11 AM, usmanZahid wrote: > I am working with Solr search engine and on a stage where i have to take > some implementation decision. > > I have a large file directory (1TB) and while indexing for the first time we > need to maintain history of our indexing position so that we can run

RE: ANN: Solr Next

2014-06-10 Thread Jean-Sebastien Vachon
Hi Yonik, Very impressive results. Looking forward to use this on our systems. Any idea what`s the plan for this feature? Will it make its way into Solr 4.9? or do we have to switch to HeliosSearch to be able to use it? Thanks > -Original Message- > From: Yonik Seeley [mailto:ysee...@g

How to store ACL in solr?

2014-06-10 Thread lalitjangra
Hi,I am indexing some content from a couple of content repositories into solr and it works fine as metadata attributes of content items are indexed into solr.Now i want to store ACL of all content items into solr and return ACL back in search results.How can i achieve it? Is there any solr plugin/

Re: How to store ACL in solr?

2014-06-10 Thread Alexandre Rafalovitch
Did you look at ManifoldCF? On 10/06/2014 11:16 pm, "lalitjangra" wrote: > Hi,I am indexing some content from a couple of content repositories into > solr > and it works fine as metadata attributes of content items are indexed into > solr.Now i want to store ACL of all content items into solr an

Re: How to store ACL in solr?

2014-06-10 Thread Philip Durbin
You can see an example of ACLs stored under "perms_ss" here: http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-tp4126992p4127576.html On Tue, Jun 10, 2014 at 12:15 PM, lalitjangra wrote: > Hi,I am indexing some content from a couple of content repositories into

Re: Large disjunction query practices

2014-06-10 Thread Gili Nachum
Yes, most cases there would be some other, better, way to accomplish what you're after, share your high level goal. By default, Lucene, and Solr, limit the max number of clauses to 1024, even before that your performance would go down the drain. 1024 On Tue, Jun 10, 2014 at 10:21 AM, Ahmet Ars

Re: How Can I modify the DocList and DocSet in solr

2014-06-10 Thread eirslett
I have the same issue - I want to change the ordering of the DocList in a custom SearchComponent that is executed after QueryComponent. (http://stackoverflow.com/questions/24147213/custom-solr-sorting-that-is-aware-of-its-neighbours) However, it seems like you can't do that, because of the cache?

Re: How Can I modify the DocList and DocSet in solr

2014-06-10 Thread Joel Bernstein
Not sure if this helps but it Solr 4.9, there is a new feature called RankQueries. You can read about it here: http://heliosearch.org/solrs-new-rankquery-feature/. Solr's new ReRankingQParserPlugin is built off of RankQueries. Joel Bernstein Search Engineer at Heliosearch On Tue, Jun 10, 2014

Custom QueryComponent to rewrite dismax query

2014-06-10 Thread Peter Keegan
We are using the 'edismax' query parser for its many benefits over the standard Lucene parser. For queries with more than 5 or 6 keywords (which is a lot for our typical user), the recall can be very high (sometimes matching 75% or more of the documents). This high recall, when coupled with some cu

Format version is not supported error

2014-06-10 Thread Joshi, Shital
Hi, We upgraded from Solr version 4.4 to 4.8. In doing so we also upgraded from JDK 1.6 to 1.7. After few days of testing, we decided to move back to 4.4. We get following error in all nodes and our cloud is not usable. How do we fix it? Format version is not supported (resource: MMapIndexInpu

Re: Large disjunction query practices

2014-06-10 Thread Joe Gresock
They're really just seeking a bulk read of the data. The user has 300K+ terms they want to search in the textual data. It seems to be a pretty rare case. I think your answers have given me some good info. On Mon, Jun 9, 2014 at 9:07 AM, Jack Krupansky wrote: > Are they expecting relevancy ra

Re: Format version is not supported error

2014-06-10 Thread Shawn Heisey
On 6/10/2014 1:17 PM, Joshi, Shital wrote: > We upgraded from Solr version 4.4 to 4.8. In doing so we also upgraded from > JDK 1.6 to 1.7. After few days of testing, we decided to move back to 4.4. We > get following error in all nodes and our cloud is not usable. How do we fix > it? > > Format

RE: Format version is not supported error

2014-06-10 Thread Joshi, Shital
Yes that was the problem. Switching back works now. Thanks! -Original Message- From: Shawn Heisey [mailto:s...@elyograg.org] Sent: Tuesday, June 10, 2014 4:48 PM To: solr-user@lucene.apache.org Subject: Re: Format version is not supported error On 6/10/2014 1:17 PM, Joshi, Shital wrote:

Re: Recommended ZooKeeper topology in Production

2014-06-10 Thread Steve McKay
Dedicated machines are a good idea. The main thing is to make sure that ZK always has IOPS available for transaction log writes. That's easy to ensure when each ZK instance has its own hardware. The standard practice, as far as I know, is to have 3 physical boxes spread among racks/datacenters/c

Aw: Fw: highlighting on hl.alternateField (copyField target) doesnt highlight

2014-06-10 Thread jay list
Answer to myself: using the solr.KeywordTokenizerFactory and solr.WordDelimiterFilterFactory can preserve the original phone number and can add a token without containing spaces. input: "12345 67890" tokens: "12345 67890", "12345", "67890", "1234567890" Two advantages: I don't need another fi

Can we do conditional boosting using edismax ?

2014-06-10 Thread Shamik Bandopadhyay
Hi, I'm using edismax parser to perform a runtime boosting. Here's my sample request handler entry. text^2 title^3 Source:Blog^3 Source2:Videos^2 recip(ms(NOW/DAY,PublishDate),3.16e-11,1,1)^2.0 As you can see, I'm adding weights to text and title, as well as, boosting on source. What I'm tryin

Re: How Can I modify the DocList and DocSet in solr

2014-06-10 Thread Vishnu Mishra
Thanks for the reply. I found one solution to modify DocList and DocSet after searching. Look At the following code snippet. private void sortByRecordIDNew(SolrIndexSearcher.QueryResult result, ResponseBuilder rb) throws IOException { DocList docList = result.getDocListAndSet().docList; SortedM