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
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
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.
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
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
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
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
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
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
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
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
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
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
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/
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
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
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
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?
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
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
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
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
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
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:
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
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
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
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
28 matches
Mail list logo