I want to use AnalyzingInfixLookupFactory for my autosuggestions.
Any idea when this issue will get fixed? Do we have any workaround for this
issue.
-
Nutch Solr User
"The ultimate search engine would basically understand everything in the world,
and it would always give you the right th
I am indexing huge list of files in a content management system. These files
are subject to regular updates. I may have to re-index them regularly to
keep my search effective. Is there a way to just re-index the delta changes
everytime? I am dealing with a very huge list of files, hence it is
impos
You can set the -filetypes parameter (either to post.jar or to bin/post).
-filetypes [,,...] (default:
xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,htm,html,txt,log)
Try -filetypes “*” to attempt indexing every file.
—
Erik Hatcher, Senior Solutions Architect
ht
thanks Alex,
I'll give it a shot.
Scott
Original Message
Subject: Re: Default field for query
From: Alexandre Rafalovitch
To: solr-user
Date: 08/13/2015 12:38 PM
On 13 August 2015 at 12:19, Scott Derrick wrote:
If i specify a search q=foo bar , Is there a way to set a d
Correct. In fact, faceting pulls its values normally from the indexed
terms anyway. It completely ignores stored.
Solr Analyzers, Tokenizers, Filters, URPs and even a newsletter:
http://www.solr-start.com/
On 13 August 2015 at 19:49, Nagasharath wrote:
> If I just want faceting(no search) c
If I just want faceting(no search) can I set stored='false' and
docValues='true' with indexed='true'
> On 13-Aug-2015, at 5:21 pm, Erick Erickson wrote:
>
> DocValues, stored and indexed are all independent.
> So no, docValues is not an alternative to stored.
>
> Best,
> Erick
>
> On Thu, Au
DocValues, stored and indexed are all independent.
So no, docValues is not an alternative to stored.
Best,
Erick
On Thu, Aug 13, 2015 at 2:51 PM, naga sharathrayapati
wrote:
> Do we need to specify stored='true' even when we specify docValues='true'
> in the schema
>
> is docValues not the alter
Do we need to specify stored='true' even when we specify docValues='true'
in the schema
is docValues not the alternate of stored?
On Thu, Aug 13, 2015 at 2:48 PM, Shawn Heisey wrote:
> On 8/13/2015 9:07 AM, Erick Erickson wrote:
> > No. But how do they default to "true"? In the fieldType? Which
I am a new user to Solr. I am trying to index images using solr. Currently
the jpg, png etc image files are skipped in auto mode
Entering auto mode. File endings considered are
xml,json,csv,pdf,doc,docx,ppt,pptx,xls,xlsx,odt,odp,ods,ott,otp,ots,rtf,
htm,html,txt,log
only these files are indexed.
On 8/13/2015 9:07 AM, Erick Erickson wrote:
> No. But how do they default to "true"? In the fieldType? Which will be
> potentially different for different fieldTypes, so as a matter of style I
> prefer
> to list them in the field definition. But that's not necessary.
I previously looked at the co
does solr support joins?
we have a use case where two collections have to be joined and the join has
to be on the faceted results of the two collections. is this possible?
My two cents,
If anything else, declaring them as indexed="true" and stored="true" helps
to auto document the schema and make its options explicit.
Best,
Eddie
On Thu, Aug 13, 2015 at 12:07 PM, Erick Erickson
wrote:
> No. But how do they default to "true"? In the fieldType? Which will be
> po
Hello Pablo,
pls check http://lucene.apache.org/core/5_1_0/MIGRATE.html
Refactored Collector APIRefactored FieldComparator API
On Thu, Aug 13, 2015 at 8:37 PM, Pablo Mincz wrote:
> Hi,
>
> I'm doing a migration from Lucene 3.6.1 to 5.2.1 and I have a custom
> FieldComparator that sort the searc
what if i do something like this in the schema
will the filed name be stored? or not stored? as i have not specified in
the schema as stored='true'/'false'.
On Thu, Aug 13, 2015 at 10:07 AM, Erick Erickson
wrote:
> No. But how do they default to "true"? In the fieldType? Which will be
> poten
On 13 August 2015 at 12:19, Scott Derrick wrote:
> If i specify a search q=foo bar , Is there a way to set a default field if
> a field is not given?
>
You want 'df' parameter, unless I misunderstood the question? Íf you are
using default query parser (e.g. not eDisMax, etc), you have to have t
Hi,
I'm doing a migration from Lucene 3.6.1 to 5.2.1 and I have a custom
FieldComparator that sort the search for availables discounts. For this,
first I check that the date range is valid and later sort by the discount
amount.
I did this in Lucene 3.6.1 but now in 5.2.1 version, the FieldCompara
Hi,
I'm doing a migration from Lucene 3.6.1 to 5.2.1 and I have a custom
FieldComparator that sort the search for availables discounts. For this,
first I check that the date range is valid and later sort by the discount
amount.
I did this in Lucene 3.6.1 but now in 5.2.1 version, the FieldCompara
Is there a way to specify a different file location for the external file field
file? I know that the data directory makes the most sense, but for deployment,
it is going to be MUCH easier for us to put it in the config directory.
The original Jira mentioned an absolute path for the file. Is tha
On 8/13/2015 4:00 AM, griglo wrote:
> Hello, I have rather simple question regarding copyFields and appending of
> values. I am using Solr 3.7. Is it possible to define some given value in
> schema.xml and use that with copyField directive ?? I would like to append
> some values (tokens) to field w
No. But how do they default to "true"? In the fieldType? Which will be
potentially different for different fieldTypes, so as a matter of style I prefer
to list them in the field definition. But that's not necessary.
Best,
Erick
On Wed, Aug 12, 2015 at 4:42 PM, Nagasharath wrote:
> As stored & in
Adrian:
You can find your answers a lot faster by inspecting the Solr logs.
You'll see a commit message, messages about opening new searchers,
autowarming, etc. All that is in the log file, along with timestamps.
So rather than ask them an open ended question, you can say something
like "I see com
If i specify a search q=foo bar , Is there a way to set a default field if a
field is not given?
Sent by from my Android device.
On 4:00am, August 13, 2015, griglo wrote:
Hello, I have rather simple question regarding copyFields and appending of
values. I am using Solr 3.7. Is it possible to de
I tend to approach these differently. DIH is a great tool for its purpose,
but I find SolrJ/Tika to be more understandable. Which may only reflect
that I've never spent enough time with DIH, but there it is
So, why not use a simple SolrJ program with either Tika or your favorite
HTML parser t
Hello, I have rather simple question regarding copyFields and appending of
values. I am using Solr 3.7. Is it possible to define some given value in
schema.xml and use that with copyField directive ?? I would like to append
some values (tokens) to field which is constructed from another fields usin
Update:
modifying jetty.xml to what said here:
http://lucene.472066.n3.nabble.com/Too-much-data-after-closed-for-HttpChannelOverHttp-td4170459.html
solved the problem of these warnings and the dataloss.
future searches of this problem should take into account that this warning
may imply of datalo
Thanks very much for the useful info Eric. Sincerely appreciate you pointed out
those questions. In fact, I am currently working with a third party product
called Sitecore Web Content Management System (WCMS) that does the job to issue
updates to the Solr Index.
I need to understand abit more
Thanks for your response Cario.
On Wed, Aug 12, 2015 at 10:20 PM, Cario, Elaine <
elaine.ca...@wolterskluwer.com> wrote:
> Modassar,
>
> There are additional settings in WDFF that you can experiment with (google
> around for the javadocs for the filter). Specific to your question, there
> is spl
27 matches
Mail list logo