Congrats! Any idea when will native faceting & off-heap fieldcache be available
for multivalued fields? Most of my fields are multivalued so that's the big one
for me.
Andy
On Thursday, June 19, 2014 3:46 PM, Yonik Seeley wrote:
FYI, for those who want to try out the new na
What do I need to do to use this new per segment faceting method?
From: Mark Miller
To: solr-user@lucene.apache.org
Sent: Wednesday, March 20, 2013 1:09 PM
Subject: Re: Facets with 5000 facet fields
On Mar 20, 2013, at 11:29 AM, Chris Hostetter wrote:
> No
solr-user@lucene.apache.org
Sent: Thursday, March 21, 2013 9:04 AM
Subject: Re: Facets with 5000 facet fields
as was said below, add facet.method=fcs to your query URL.
Upayavira
On Thu, Mar 21, 2013, at 09:41 AM, Andy wrote:
> What do I need to do to use this new per segment fa
This is very interesting. Thanks for sharing the benchmark.
One question I have is did you precondition the SSD (
http://www.sandforce.com/userfiles/file/downloads/FMS2009_F2A_Smith.pdf )? SSD
performance tends to take a very deep dive once all blocks are written at least
once and the garbage c
Hi,
Does Solr support nested documents? If not is there any plan to add such a
feature?
Thanks.
ested to hear about any particular
reasons you decided to pick SolrCloud instead of ElasticSearch.
Andy
From: Per Steffensen
To: solr-user@lucene.apache.org
Sent: Monday, December 5, 2011 6:23 AM
Subject: Continuous update on progress of "New SolrCloud Des
Hi,
I've seen some posts on using SOLR-1316 or Solritas for autocomplete. Wondered
what is the best solution for my use case:
1) I would like to have an "hierarchical" autocomplete. For example, I have a
"Country" dropdown list and a "City" textbox. A user would select a country
from the dropd
Forgot to add, I would like to order the autocomplete suggestions for
tags/cities based on how many times they are present in the documents.
--- On Sat, 6/19/10, Andy wrote:
> From: Andy
> Subject: Non-prefix, hierarchical autocomplete? Would SOLR-1316 work?
> Solritas?
> T
What if Chinese is mixed with English?
I have text that is entered by users and it could be a mix of Chinese, English,
etc.
What's the best way to handle that?
Thanks.
--- On Mon, 6/28/10, Ahmet Arslan wrote:
> From: Ahmet Arslan
> Subject: Re: Chinese chars are not indexed ?
> To: solr-use
I read that Lucene search is single threaded. Does that mean Solr search is
also single threaded?
What does it mean - that there are no concurrent searches & all searches are
serialized? Can Solr take advantages of multiple CPUs?
Thanks.
Otis,
Thanks. In that case what does it mean that "Lucene search is single threaded"?
How is that different from the Solr behavior?
Andy
--- On Mon, 8/9/10, Otis Gospodnetic wrote:
> From: Otis Gospodnetic
> Subject: Re: solr single threaded?
> To: solr-user@lucene.apache
Is it possible to define more than 1 uniqueKey fields per document in
schema.xml?
rday, August 21, 2010, 5:23 PM
> There can be as many as you want. Buy
> you can only specify one as "the
> uniqueKey". That is used for Distributed Search and
> deduplication.
>
> Indexing might work better if you concatenate the different
> unique
> values in
My documents have an "expiration_datetime" field that holds the expiration
datetime of the document.
I use a filter query to exclude expired documents from my query results.
Is it a good idea to periodically go through the index and remove expired
documents from it? If so what is the best way t
I have a field "popularity" that is changing frequently. So I'd like to put it
in an ExternalFileField.
If I do that, can I still use "popularity" in a boosted query such as:
{!boost b=log(popularity)}foo
Thanks.
I'm interested in using ExternalFileField to store a field "popularity" that is
being updated frequently.
However ExternalFileField seems to be a pretty obscure feature. Have a few
questions:
1) Can anyone share your experience using it?
2) What is the most efficient way to update the externa
28, 2010, 5:16 PM
> The file is completely reloaded when
> you commit or optimize. There is
> no incremental update available. And, yes, this could be a
> scaling
> problem.
>
> How you update it is completely external to Solr.
>
> On Sat, Aug 28, 2010 at 2:50 AM, Andy
> Subject: Re: ExternalFileField best practices
> To: solr-user@lucene.apache.org
> Date: Saturday, August 28, 2010, 11:55 PM
> You want the boost function bf=
> parameter.
>
> On Sat, Aug 28, 2010 at 5:32 PM, Andy
> wrote:
> > Lance,
> >
> > Thanks for the response
Does Solr use Lucene NRT?
--- On Fri, 9/17/10, Erick Erickson wrote:
> From: Erick Erickson
> Subject: Re: Tuning Solr caches with high commit rates (NRT)
> To: solr-user@lucene.apache.org
> Date: Friday, September 17, 2010, 1:05 PM
> Near Real Time...
>
> Erick
>
> On Fri, Sep 17, 2010 at 12
Does Solr index data in a single thread or can data be indexed concurrently in
multiple threads?
Thanks
Andy
" way to handle documents in different languages?
Thanks
Andy
--- On Wed, 9/22/10, Andy wrote:
> Does Solr index data in a single
> thread or can data be indexed concurrently in multiple
> threads?
>
Can anyone help?
during indexing. Is there an analyzer that does that?
2) on p. 34, it mentions that the default Solr configuraton would turn "L'art"
into the phrase query "L art" but it is much more efficient to turn it into a
single token 'L art'. Which analyzer would do that?
Thanks.
Andy
I have a uniqueKey "id". I want to have id of the type long. So I changed my
schema.xml to have:
When I tried to index data, I got the error:
Severe errors in solr configuration.
Check your log files for more detailed information on what may be wrong.
If you want solr to continue after configu
--- On Thu, 9/23/10, Burton-West, Tom wrote:
> It also splits on whitespace which causes all CJK queries
> to be treated as phrase queries regardless of the CJK
> tokenizer you use.
But I thought specialized analyzers like CJKAnalyzer are designed for those
languages, which don't use whitespa
In the example solrconfig.xml that comes with Solr, the autocommit section:
1
1000
has been commented out.
- With commented out, does it mean that every new document indexed
to Solr is being auto-committed individually? Or that they are not being
auto-committed at all?
- If I ena
Thanks Mitch.
How do I do an explicit commit?
Andy
--- On Sun, 9/26/10, MitchK wrote:
> From: MitchK
> Subject: Re: questions about autocommit & committing documents
> To: solr-user@lucene.apache.org
> Date: Sunday, September 26, 2010, 4:13 AM
>
> Hi Andy,
ww.lucidimagination.com/blog/2009/09/08/auto-suggest-from-popular-queries-using-edgengrams/
In that article KeywordTokenizerFactor is used. If I changed it to CJKTokenizer
would that work?
With an input of "Apple 电脑", what would CJKTokenizer produce?
-is it "Apple", "电", "脑" ?
or
- is it "A", "p", "p", "l", "e", "电", "脑" ?
Any help would be greatly appreciated.
Andy
oesn't offer a separate tokenizer. It's just an
analyzer and that's it. How do I use it in Solr?
Thanks.
Andy
t them?
- how do I tell solr which index do I want a document to go to?
- how do I tell solr which index do I want to query against?
- any step-by-step instruction on setting up multicore?
Thanks.
Andy
from the
database, combine them with the newly submitted 11th answer, and re-index
everything from scratch?
The latter option just seems inefficient. Is there a better design that could
be used for this use case?
Andy
y
> method to pick up only new rows. i guess it depends if you
> need question + answers to actually come back out to be used
> for display (i.e. you stored their data), or whether it's
> good enough to match on question/answer separately and then
> just link to a question ID in y
I working on a user-generated tagging feature. Some of the tags could be
multi-lingual, mixng languages like English, Chinese, Japanese
I'd like to add auto-complete to help users to enter the tags. And I'd want to
match in the middle of the tags as well.
For example, if a user types "guit" I w
--- On Sat, 10/2/10, Ahmet Arslan wrote:
> From: Ahmet Arslan
> > For example, if a user types
> "guit" I want to suggest:
> > "guitar"
> > "electric guitar"
> > "电动guitar"
> > "guitar英雄"
> >
> > And if a user types "吉他" I want to suggest:
> > "吉他Hero"
> > "electric吉他"
> > "古典吉他"
> >
> >
>
--- On Sat, 10/2/10, Ahmet Arslan wrote:
> > I don't understand. Many tags like "electric吉他"
> or
> > "古典吉他" have no whitespace at all, so how does
> > WhitespaceTokenizer help?
>
> It makes sense for tags having more than one words. i.e.
> "electric guitar"
>
> If you tokenize this using whi
Ah Thanks for clearing that up.
Does anyone know how to deal with these 2 issues when using NGramFilterFactory
for autocomplete?
1) hyphens - if user types "ema" or "e-ma" I want to suggest "email"
2) accents - if user types "herme" want to suggest "Hermès"
Thanks.
--- On Sun, 10/3/10, Ahmet
> > 1) hyphens - if user types "ema" or "e-ma" I want to
> > suggest "email"
> >
> > 2) accents - if user types "herme" want to suggest
> > "Hermès"
>
> Accents can be removed with using MappingCharFilterFactory
> before the tokenizer. (both index and query time)
>
> mapping="mapping-ISOLatin1
> I got your point. You want to retrieve "electric吉他"
> with the query 吉他. That's why you don't want EdgeNGram.
> If this is the only reason for NGram, I think you can
> transform "electric吉他" into two tokens "electric"
> "吉他" in TokenFilter(s) and apply EdgeNGram approach.
>
What TokenFilters
There are EdgeNGramFilterFactory & EdgeNGramTokenizerFactory.
Likewise there are StandardFilterFactory & StandardTokenizerFactory.
LowerCaseFilterFactory & LowerCaseTokenizerFactory.
Seems like they always come in pairs.
What are the differences between FilterFactory and TokenizerFactory? When
I want to enable users to select multiple facet values for a specific facet
fields. For example, if "color" is a facet field, I'd like to let users to
select "red" OR "blue".
Please note, I've set
because I want "q=hello+world" means "hello" and "world" are AND'ed together.
1) What is the synt
My documents have a "down_vote" field. Every time a user votes down a document,
I increment the "down_vote" field in my database and also re-index the document
to Solr to reflect the new down_vote value.
During searches, I want to restrict the results to only documents with, say
fewer than 3 dow
Hi,
I have data stored in a database that is being updated constantly. I need to
find a way to update Solr index as data in the database is being updated.
There seems to be 2 main schools of thoughts on this:
1) DIH delta - query the database for all records that have a timestamp later
than the l
Could anyone help me understand what does "Clyde Phillips" appear in the
results for "Bill Cl"??
"Clyde Phillips" doesn't produce any EdgeNGram that would match "Bill Cl", so
why is it even in the results?
Thanks.
--- On Thu, 11/11/10, Ahmet Arslan wrote:
> You can add an additional field, w
split up in 2 Tokens "Bill"
> and "Cl" by the WhitespaceTokenizer.
>
> This creates a match for the 2nd token "Ci" of the query,
> and one of the "sub"tokens the EdgeNGramFilter created:
> "Cl".
>
>
> -robert
>
>
>
I have a MySQL table:
CREATE TABLE documents (
id INT NOT NULL AUTO_INCREMENT,
language_code CHAR(2),
tags CHAR(30),
text TEXT,
PRIMARY KEY (id)
);
I have 2 questions about Solr DIH:
1) The "langauge_code" field indicates what language the "text" f
eturn 1.0f;
}
}
@Override
public int compareDocToValue(int arg0, Object arg1)
throws IOException {
// TODO Auto-generated method stub
return 0;
}
}
}
}
and solrcon
lain why you want to implement a different sort first? There
> may be other ways of achieving the same thing.
>
> Upayavira
>
> On Sun, Jan 6, 2013, at 01:32 AM, andy wrote:
>> Hi,
>>
>> Maybe this is an old thread or maybe it's different with previous one.
&g
Thanks you guys, I got the reason now, there'is something wrong with
compareBottom method in my source,it's not consistent with compare method
--
View this message in context:
http://lucene.472066.n3.nabble.com/custom-solr-sort-tp4031014p4031444.html
Sent from the Solr - User mailing list arch
Hi,
I am going to upgrade to solr 4.1 from version 3.6, and I want to set up to
shards.
I use ConcurrentUpdateSolrServer to index the documents in solr3.6.
I saw the api CloudSolrServer in 4.1,BUT
1:CloudSolrServer use the LBHttpSolrServer to issue requests,but "*
LBHttpSolrServer should NOT be
Thanks man
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-use-SolrCloud-in-multi-threaded-indexing-tp4037641p4038481.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thanks man
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-use-SolrCloud-in-multi-threaded-indexing-tp4037641p4038482.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hoss,
What about the case where there's only a small number of fields (a dozen or
two) but each field has hundreds of thousands or millions of values? Would Solr
be able to handle that?
From: Chris Hostetter
To: solr-user@lucene.apache.org
Sent: Tuesday, Ma
at problem?
From: Toke Eskildsen
To: "solr-user@lucene.apache.org" ; Andy
Sent: Wednesday, March 20, 2013 4:06 AM
Subject: Re: Facets with 5000 facet fields
On Wed, 2013-03-20 at 07:19 +0100, Andy wrote:
> What about the case where there's only a small number of fields (a
&g
I want to specify the group field to "title"
which has some index examples like this
吸尘器(Panasonic) MC-CA391G
吸尘器(Panasonic) MC-CA491R
吸尘器(Panasonic) MC-CA402G
and so on,
I search like this
q=title:吸尘器&group=true&group.field=title
I analyze the searching result that I got a group value is "ca"
t
So the Cassandra integration brings distributed index and replication to Solr?
Is that different from what Solr Cloud does?
From: Jeff Schmidt
To: solr-user@lucene.apache.org
Sent: Friday, April 27, 2012 3:58 PM
Subject: Re: Benchmark Solr vs Elastic Search vs
What is the performance of Elasticsearch and SenseiDB in your benchmark?
From: Volodymyr Zhabiuk
To: solr-user@lucene.apache.org
Sent: Thursday, April 26, 2012 9:50 PM
Subject: Benchmark Solr vs Elastic Search vs Sensei
Hi Solr users
I've implemented the pro
Hi Martijn,
Thank you for your reply.
Yes, I have analyzed the title field, so I got the unexpected result
,maybe
I have not understand the group function very well,
thank you very much Martijn, I will try that according your opinion.
Thanks,
Andy
--
View this message in context:
http
thing like this, or other functions can implement my
requirement ?
please give me a favor,
Thank You
Andy
--
View this message in context:
http://lucene.472066.n3.nabble.com/facet-range-query-question-tp3976026.html
Sent from the Solr - User mailing list archive at Nabble.com.
THANKS for your relay
--
View this message in context:
http://lucene.472066.n3.nabble.com/facet-range-query-question-tp3976026p3983783.html
Sent from the Solr - User mailing list archive at Nabble.com.
I have a facet query that requires some complex boolean filtering. Something
like:
fq=location:national OR (fq=location:CA AND fq=city:"San Francisco")
1) How do I turn the above filters into a REST query string?
2) Do I need the double quotes around "San Francisco"?
3) Will complex boolean filt
Forgot to add, my defaultOperator is "AND".
--- On Wed, 12/8/10, Andy wrote:
> From: Andy
> Subject: complex boolean filtering in fq queries
> To: solr-user@lucene.apache.org
> Date: Wednesday, December 8, 2010, 1:21 AM
> I have a facet query that requires
> so
--- On Wed, 12/8/10, Tom Hill wrote:
>
> fq=location:national OR (location:CA AND city:"San
> Francisco")
> Do you mean URL encoding it? You can just type your query
> into the
> search box in the admin UI, and copy from the resulting
> URL.
Thanks Tom.
I wasn't referring to URL encoding. I w
I have facets that are hierarchical. For example, Location can be represented
as this hierarchy:
Country > State > City
If each document can only have a single value for each of these facets, then I
can just use separate fields for each facet.
But if multiple values are allowed, then that appr
Hi,
Any open source Solr UI's that support selecting multiple facet values ("OR"
faceting)? For example allowing a user to select "red" or "blue" for the facet
field "Color".
I'd prefer libraries in javascript or Python. I know about ajax-solr but it
doesn't seem to support multiple selects.
Congrats!
A couple questions:
1) Which version of Solr is this based on?
2) How is LWE different from standard Solr? How should one choose between the
two?
Thanks.
--- On Wed, 12/15/10, Grant Ingersoll wrote:
> From: Grant Ingersoll
> Subject: [ANN] General Availability of LucidWorks Enterp
I have a table that is broken up into many virtual shards. So basically I have
N identical tables:
Document1
Document2
.
.
Document36
Currently these tables all live in the same database, but in the future they
may be moved to different servers to scale out if the needs arise.
Is there any way
--- On Sat, 12/18/10, Lance Norskog wrote:
> You can have a file with 1,2,3 on
> separate lines. There is a
> line-by-line file reader that can pull these as separate
> drivers.
> Inside that entity the JDBC url has to be altered with the
> incoming
> numbers. I don't know if this will work.
I'
Hi,
I watched the Lucid webcast:
http://www.lucidimagination.com/solutions/webcasts/faceting
It talks about encoding hierarchical categories to facilitate faceting. So a
category "path" of "NonFic>Science" would be encoded as the multivalues
"0/NonFic" & "1/NonFic/Science".
1) My categories ar
ttp://blogs.techrepublic.com.com/security/?p=4501&tag=nl.e036'
>
>
> EARTH has a Right To Life,
> otherwise we all die.
>
>
>
> - Original Message
> From: Andy
> To: solr-user@lucene.apache.org
> Sent: Sat, December 18, 2010 6:20:54 PM
&g
--- On Mon, 12/20/10, Lance Norskog wrote:
> You said: Currently these tables all
> live in the same database, but in
> the future they may be moved to different servers to scale
> out if the
> needs arise.
>
> That's why I concentrated on the JDBC url problem.
>
> But you can use a file as a
How do I handle facet values that contain whitespace? Say I have a field
"Product" that I want to facet on. A value for "Product" could be "Electric
Guitar". How should I handle the white space in "Electric Guitar" during
indexing? What about when I apply the constraint fq=Product:Electric Guita
If I put duplicate values into a multiValued field, would that cause any
issues?
For example I have a multiValued field "Color". Some of my documents have
duplicate values for that field, such as: Green, Red, Blue, Green, Green.
Would the above (having 3 duplicate Green) be the same as having
I have products, each has a specific Product ID.
For certain products such as "Shirts", there are also extra fields such as
"Size" and "Color".
Right now I define both "Size" and "Color" as multiValued fields. And when I
have a Shirt of Size M and Color white, I just put "M" in "Size" and "whit
--- On Wed, 12/22/10, Chris Hostetter wrote:
> : 2) Once I have the fully spelled out category path such
> as
> : "NonFic/Science", how do I turn that into "0/NonFic"
> &
> : "1/NonFic/Science" using the DIH?
>
> I don't have any specific suggestions for you -- i've never
> tried it in
> DIH
I want to group my results by a field named "group_id".
According to http://wiki.apache.org/solr/FieldCollapsing , for each unique
value of group_id a docList with the top scoring document is returned.
But in my case I want to sort the results within each "group_id" by an int
field "popularity"
I want to group my results by a field named "group_id".
However, some of my documents don't contain the field "group_id". But I still
want these documents to be returned as part of the results as long as they
match the main query "q".
Do I need to do anything to tell Solr that I want those doc
ginal group_id value still
> grouped together, and you can figure out at display time
> what you want to do with them.
>
> Bob Sandiford | Lead Software Engineer | SirsiDynix
> P: 800.288.8020 X6943 | bob.sandif...@sirsidynix.com
> www.sirsidynix.com
>
>
> > -Or
gt; Date: Thursday, January 6, 2011, 9:19 PM
> Correct. Given the fact that Solr
> only requires fields in documents where
> required="true", how could it? The behavior of "just put
> everything in a
> bucket that doesn't have field X" would produce some
>
Just wanted to know how efficient field collapsing is. And if there is a
performance penalty, how big is it likely to be?
I'm interested in using field collapsing with faceting.
Thanks.
sma
> Subject: Re: Does field collapsing (with facet) reduce performance?
> To: solr-user@lucene.apache.org
> Cc: "Andy"
> Date: Monday, January 17, 2011, 7:27 PM
> There is always CPU and RAM involved
> for every nice component you use. Just
> how much the pen
Is it possible to do a query like {!boost b=log(popularity)}foo over sharded
indexes?
I looked at the wiki on distributed search
(http://wiki.apache.org/solr/DistributedSearch) and it has a list of
"components" that are supported in distributed search. Just wondering what
component does {!boos
Now I'm confused.
In http://www.lucidimagination.com/lwe/subscriptions-and-pricing, the price of
LucidWorks Enterprise Software is stated as "FREE". I thought the price for
"Production" was for the support service, not for the software.
But you seem to be saying that 'LucidWorks Enterprise' is
there any technical obstacle that make such a feature
unlikely?
Thanks
Andy
I have documents that contain both simplified and traditional Chinese
characters. Is there any way to search across them? For example, if someone
searches for 类 (simplified Chinese), I'd like to be able to recognize that the
equivalent character is 類 in traditional Chinese and search for 类 or 類
much a brute force
> approach, the mapping is not perfect and the two character
> sets have evolved (much like UK and US English, I was
> brought up in the UK and live in the US).
>
> Hope this helps.
>
> Cheers
>
> François
>
> On Mar 7, 2011, at 5:02 PM, Andy
Can you provide more details? Or a link?
--- On Mon, 3/14/11, Bill Bell wrote:
> See how Lucid Enterprise does it... A
> bit differently.
>
> On 3/14/11 12:14 AM, "Kai Schlamp"
> wrote:
>
> >Hi.
> >
> >There seems to be several options for implementing an
> >autocomplete/autosuggestions featu
string. If I just use the standard analyzer on the query string, any
query that's in Chinese won't be tokenized correctly. So would the whole system
still work in this case?
This must be a pretty common use case, handling multi-language search. What is
the recommended way of dealing with this problem?
Thanks.
Andy
Hi Otis,
It doesn't look like the last 2 options would work for me. So I guess my best
bet is to ask the user to specify the language when they type in the query.
Once I get that information from the user, how do I dynamically pick an
analyzer for the query string?
Thanks
Andy
--- On T
that wouldn't work for Chinese or Japanese,
right?
In that case, what request handler should I use? And if I need to set up custom
request handlers for those languages, how do I do it?
Thanks.
Andy
Tom,
Could you share the method you use to perform language detection? Any open
source tools that do that?
Thanks.
--- On Mon, 3/28/11, Tom Mortimer wrote:
> From: Tom Mortimer
> Subject: copyField at search time / multi-language support
> To: solr-user@lucene.apache.org
> Date: Monday, Marc
Thanks Markus.
Do you know if this patch is good enough for production use? Thanks.
Andy
--- On Tue, 3/29/11, Markus Jelsma wrote:
> From: Markus Jelsma
> Subject: Re: copyField at search time / multi-language support
> To: solr-user@lucene.apache.org
> Cc: "Andy"
>
I can't view the document either -- it showed up empty.
Has anyone succeeded in viewing it?
Andy
--- On Fri, 4/8/11, Albert Vila wrote:
> From: Albert Vila
> Subject: Re: Very very large scale Solr Deployment = how to do (Expert
> Question)?
> To: solr-user@lucene.apache.o
pert
> Question)?
> To: solr-user@lucene.apache.org
> Date: Friday, April 8, 2011, 9:25 AM
> Yes, It won't work if you are using
> OpenOffice. However it works fine
> with Microsoft Word.
>
> Hope it helps.
>
> Albert
>
> On 8 April 2011 14:55, Andy
>
Perfect. Thank you very much.
Andy
--- On Fri, 4/8/11, Pascal Coupet wrote:
> From: Pascal Coupet
> Subject: Re: Very very large scale Solr Deployment = how to do (Expert
> Question)?
> To: solr-user@lucene.apache.org
> Date: Friday, April 8, 2011, 10:20 AM
> I dit put
ut using 3.1 would not?
Could you explain? I thought 4.x comes with NRT indexing. So why is full
reindex necessary?
Thanks.
Andy
of
an existing document title, would I need to rebuild the entire tree for every
update?
Also, can the Suggester be sharded? If the size of the tree gets bigger than
the RAM size, is it possible to shard the Suggester across multiple machines?
Thanks
Andy
--- On Fri, 4/29/11, Jason Rutherglen wrote:
> It's answered on the wiki site:
>
> "TSTLookup - ternary tree based representation, capable of
> immediate
> data structure updates"
>
But how to update it?
The wiki talks about getting data sources from a file or from the main index.
In eithe
tions set
to "Won't Fix" recently.
Does that mean NRT is no longer going to happen? What's the state of NRT in
Solr?
Thanks
Andy
Nagendra,
This looks interesting. Does Solr-RA support:
1) facet
2) Boost query such as {!boost b=log(popularity)}foo
Thanks
Andy
--- On Sun, 5/1/11, Nagendra Nagarajayya wrote:
> From: Nagendra Nagarajayya
> Subject: Re: Has NRT been abandoned?
> To: solr-user@lucene.apache.o
--- On Sun, 5/1/11, Robert Muir wrote:
> Hi, I don't think it means that. keep an eye on
> https://issues.apache.org/jira/browse/SOLR-2193, you
> can set yourself
> as a Watcher to receive updates.
Ah I see.
Thank you.
1 - 100 of 292 matches
Mail list logo