Hi all,
During daily work I got NPE at mention line. full method below.
Anyone know if it's a known bug ? should I open a ticket for Solr ?
Thanks in advance,
Shay.
public Object More ...lookup(BytesRef indexedId) {
683 LogPtr entry;
684 TransactionLog lookupLog;
685
686 synchroniz
his. I'd recommend taking that approach.
Tim
Sent from my iPhone
> On Nov 4, 2014, at 7:53 AM, Shay Sofer wrote:
>
> Hi,
>
> I want that my Solr web connection will be protected by username and password.
>
> When someone try to get to - 1.1.1.1:8983/Solr, he can do it on
Hi,
I want that my Solr web connection will be protected by username and password.
When someone try to get to - 1.1.1.1:8983/Solr, he can do it only after login
(with known users).
Is it possible ?
Thanks,
Shay.
Hi,
What is the process regarding modify Solr source code (legal part)?
In addition, who should I update for this bug and fix so Solr team will
consider using it.
Thanks,
Shay.
s get fixed with this.
https://issues.apache.org/jira/browse/SOLR-6223
https://issues.apache.org/jira/browse/SOLR-4186
https://issues.apache.org/jira/browse/SOLR-4049
Could you try 4.10 from a svn branch and see if your problem is fixed?
Thanks,
Patanachai
On 08/28/2014 03:23 AM, Shay Sofer
Hi,
Version - 4.8.1
While executing this solr query (from solr web UI):
http://localhost:8983/solr/Global_A/select?q=%2Btext%3A%28shay*%29+&rows=100&fl=id%2CobjId%2Cnull&shards=http%3A%2F%2F127.0.0.1%3A8983%2Fsolr%2F0_A%2Chttp%3A%2F%2F127.0.0.1%3A8983%2Fsolr%2FGlobal_A&group=true&group.query=nam
Hi,
I'm using solr 4.8.1and with following scenario I got a null pointer exception:
1. I'm trying to search over multi-cores and group search.
2. SearchHandler is called and when executing
for(SearchComponent c : components) {
c.finishStage(rb);
your analyzer to do, both in terms of how it treats text to be indexed and how
you expect to be able to query that text.
-- Jack Krupansky
-Original Message-
From: Shay Sofer
Sent: Sunday, August 24, 2014 5:58 AM
To: solr-user@lucene.apache.org
Subject: Exact search with special characters
Hi all,
I have a docs that's indexed by text field with mention schema.
I have those docs names:
- Test host
- Test_host
- Test-host
- Test $host
When I'm trying to do exact search like: "test host"
All the results from above are shown as a results.
How c
Subject: Re: Solr search \ special cases
Hi Shay,
I believe + is treated as space, is it a rest call or api ? what is your field
type ?
Regards
Harshvardhan Ojha
On Mon, Aug 11, 2014 at 4:04 PM, Shay Sofer wrote:
> Hi,
>
> I have some strange cases while search with Solr.
>
>
Hi,
I have some strange cases while search with Solr.
I have doc with names like: rule #22, rule +33, rule %44.
When search for #22 or %55 or +33 Solr bring me as expected: rule #22 and rule
+33 and rule %44.
But when appending star (*) to each search (#22*, +33*, %55*), just the one
with +
Hi All,
I need a specific score mechanism.
I would like to sort my results based on customize scoring field.
scoring for example -
1. If this is a new object - 100
2. Edited - 80
3. Recent search - 50
4. Opened - 40
and some more actions...
And then when execute a n
Thanks for your reply.
How can I support suffix search?
Name: Hello_world
Search: *world
And I'll get hello_world as a result.
Thanks in advance.
-Original Message-
From: Shawn Heisey [mailto:s...@elyograg.org]
Sent: Wednesday, June 11, 2014 5:47 PM
To: solr-user@lucene.apache.org
S
Hi,
Any suggestion for tokenizer / filter / other solutions that support search in
Solr as following -
Use Case
Input
Solr should return
All Results
*
All results
Prefix Search
Text*
All data started by Text* (Prefix search)
Exact Search
"Auto Text"
Exact match. Only Auto Text
Partia
14 matches
Mail list logo