es (it would be nice to
have a lot of them, so they don't repeat) and run them against Solr.
Again you can use a tool like JMeter, create a test plan and run a
tests with different number of threads until you find a point where
Solr just can't handle more.
--
Regards,
Rafał Kuć
Performa
milar experience with Windows, replication and external
field type files?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
Hello!
Please refer to PostgreSQL mailing list with this question. This
question is purely about that database and this mailing list is about
Solr.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> H
Hello!
Yes, just edit your Jetty configuration file and add -Xmx and -Xms
parameters. For example, the file you may be looking at it
/etc/default/jetty.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
Hello!
You don't need the and section anymore, you can just
include type or field definition anywhere in the schema.xml section.
You can find more in https://issues.apache.org/jira/browse/SOLR-5228
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
://docs.oracle.com/javase/7/docs/api/java/lang/System.html
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi
>I have just compare the difference between the version 4.6.0 and 4.7.1.
> Notice that th
Hello!
You have bootstrap_conf=true. It uploads a configuration set for each
core in the solr.xml file. I would suggest dropping that parameter and
upload the configuration once, using the scripts provided with Solr.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search
Hello!
What are the start-up parameters for Tomcat?
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Running Solr 4.6.1, Tomcat 7.0.29, Zookeeper 3.4.6, Java 6
> I have 3 Tomcats running, each
field.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi All,
> I am looking for a way to index a numeric field and its value
> divided by 1 000 into another numeric field.
> I thought about u
Hello!
Do you have warming queries defined?
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi,
> my solr (v. 4.5) after moths of work suddenly stopped to index: it responded
> at the que
Hello!
I've created SOLR-5935, please let me know if some more information is
needed. I'll be glad to help on the issue.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> I'm looking int
ooth.
Has anyone encountered similar behavior?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
Hello!
Stored fields, the one with stored=true, mean that the original value
of the field is stored and can be retrieved with the document in
search results. Fields marked as stored=false can't be retrieved
during searching. That is the difference.
--
Regards,
Rafał Kuć
Performance Monit
Hello!
There are multiple tutorials on how to do this, for example:
1. http://solr.pl/en/2011/03/21/solr-and-tika-integration-part-1-basics/
2. http://wiki.apache.org/solr/ExtractingRequestHandler
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr
Hello!
Just specify the left boundary, like: price:[900 TO 1000]
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> When user enter a price in price field, for Ex: 1000 USD, i want to fetch all
>
Hello!
No problem. Also remember that you need the _version_ field to be
present in your schema.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> That seemed to be the issue.
> I had several oth
Hello!
Do you have realtime get handler defined in your solrconfig.xml? This
part should be present:
true
json
true
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext
Hello,
Phrase search will work on any analyzed field if you will use the " to sorround
your phrase.
Are you looking for something specific or a standard phrase search?
Also - if you are looking for exact phrade search, you may want to remove
Snowball filter.
Rafał Kuć
Orygi
Btw - you can find the instructions (although a bit old) at:
http://solr.pl/2012/04/02/solr-4-0-i-mozliwosci-analizy-jezyka-polskiego/
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi.
> I'm to
e that can help you diagnose what the
actual problem is, for example (http://sematext.com/spm/index.html).
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> This an example of a query:
&
rk is able to process those.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Thanks Rafal for your reply,
> My scripts are running on other independent machines so they does not
> affect Solr, I di
Hello!
Could you tell us more about your scripts? What they do? If the
queries are the same? How many results you fetch with your scripts and
so on.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
>
Hello!
To subscribe please send a mail to solr-user-subscr...@lucene.apache.org
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> I want to subscribe for this solr mailing list.
> Thanks and Be
ments that have the phrase Roger Miller in the attorney field.
You may want to look at Lucene query syntax to understand all the
differences:
http://lucene.apache.org/core/4_5_0/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#package_description
--
Regards,
Rafał
Hello!
In the first one, the two terms 'Roger' and 'Miller' are run against
the attorney field. In the second the 'Roger' term is run against the
attorney field and the 'Miller' term is run against the default search
field.
--
Regards,
Rafał Kuć
Perform
Hello!
Could you please describe the issue you are having?
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
Hi Team,
I had implemented solr with my magento enterprise edition. I am trying to
impleme
Hello!
If you really want to go embedded way, please look at
http://wiki.apache.org/solr/EmbeddedSolr
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi friends,Iam giridhar.please clarify my doubt
Hello!
Please look at the Solr user list section of
http://lucene.apache.org/solr/discussion.html on how to unsubscribe
from the list.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> I want to stop t
.
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> Hi Team,
> Pla stop the solr service.
Hello!
Thanks for correction :)
Did you report that the issue still persists?
--
Regards,
Rafał Kuć
Performance Monitoring * Log Analytics * Search Analytics
Solr & Elasticsearch Support * http://sematext.com/
> That's not quite right.
> You don't have to download th
Hello!
The current development version of Solr can be found in the SVN
repository - https://lucene.apache.org/solr/versioncontrol.html
You need to download the source code and build Solr yourself.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
>
Hello!
I can help with moderation.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> It looks like it's time to inject some fresh blood into the
> solr-user@lucene moderation team.
> If you'd like to volunteer to be a moderator
Hello!
Your field needs to be indexed in order for faceting to work.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Hi,
> I am having a problem with multiValued field and Faceting
> This is the schema:
> required="false" om
to be re-indexed.
You can't just add new shard (you can add replicas though), but you
can re-shard your current collection. Look at the collections API and
the SPLITSHARD command, don't know which Solr you are using, but the
SPLITSHARD is supported since Solr 4.3.
--
Regards,
Rafał Kuć
Hello!
You don't have to write custom component - you can use
ScriptUpdateProcessor - http://wiki.apache.org/solr/ScriptUpdateProcessor
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Hello all ,
> I am using solr 4.x , I have a requirem
Hello!
In general, wildcard queries can be expensive. If you need wildcard
queries, you can try the EdgeNGram -
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.EdgeNGramFilterFactory
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
Hello!
Try changing the lib directives to absolute paths, by looking at the
exception:
Caused by: java.lang.ClassNotFoundException:
org.apache.solr.handler.dataimport.DataImportHandler
it seems that the DataImportHandler class is not seen by Solr
class loader.
--
Regards,
Rafał Kuć
Sematext
Hello!
Could you look at the logs and post what you find there?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> I've been unable to install SOLR into Jetty. Jetty seems to be running fine,
> and this is the steps I took to install solr
Hello!
Do you have the unique identifier specified in the schema.xml ?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Hello,
> I thought that by adding a new document with the same id on Solr the
> document already on Solr would be updated
when creating your collection.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> I am rephrasing my question,
> Currently what i haev is
Solr 8080 ->> Shard1Shard2- Replica
Solr 9090 ->> Shard 2 Shard 1 - Replica
> Can we have
Hello!
The exception you've shown tells you that Solr tried to allocate an
array that exceeded heap size. Do you use some custom sorts? Did you
send large bulks during the time that the exception occurred?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticS
accept indexing requests.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> I have a requirement to set solrcloud with 2 instances of Solr( one on 8080
> and otehr on 9090 ports respectivey) and a Zookeeper ensembe( 3 modes).
> Can I have
.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> I am searching for a keyword as like that:
> lang:en AND url:book pencil cat
> It returns me results however none of them includes both book, pencil and
> cat keywords. How should I rewr
shards and cannot
be new primary shard"
The replicas can become new primary shards if something happens to a
primary shard - this is similar to what SolrCloud supports.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Correct.
> ES curre
-3251
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Hi,
> I am trying to figure out how to change the schema/config of an
> existing core or a core to be created via http calls to solr. After
> spending hours in searching online, I still co
Hello!
Dynamic field is just a regular field from Lucene point of view, so
its content will be treated just like the content of other fields. The
difference in on the Solr level.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> How is daynamic fi
Hello!
Do you have some backup after commit in your configuration? It would
also be good to see how your index directory looks like, can you list
that ?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - ElasticSearch
> Thanks Rafal for reply...
> I agree wi
Hello!
Optimize command needs to rewrite the segments, so while it is
still working you may see the index size to be doubled. However after
it is finished the index size will be usually lowered comparing to the
index size before optimize.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com
hough I didn't try it.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi,
> Which lucene version is used with Solr 4.2.1? And is it possible to open it
> by luke? If not by any other tool? Thanks
> Thanks
Hello!
That's a good question. I suppose its there to show users how to setup
a custom path to libraries.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> ok thanks :)
> But why was it there anyway? I mean it says in comments:
Hello!
You should remove that entry from your solrconfig.xml file. It is
something like this:
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi,
> I am constantly getting this error in my solr log:
> Can't find (or read
environment.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi;
> I want to use Solr for an academical research. One step of my purpose is I
> want to store tokens in a file (I will store it at a database later) and I
> don't want t
Hello!
You can try sending a filter like this fq=Salary:[5+TO+10]+OR+Salary:0
It should work
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Dear All
> Can I write a search filter for a field having a value in a range or a
> speci
Hello!
Change the default query operator. For example add the q.op=AND to
your query.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi SOLR Experts
> When I search documents with keyword as *java, mysql* then I get the
>
Hello!
Use a float field type in your schema.xml file, for example like this:
Define a field using this type:
You'll be able to index data like this:
19.95
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi,
> how can I index
Hello!
Let me answer the first part of your question. Please have a look at
https://svn.apache.org/repos/asf/lucene/dev/trunk/dev-tools/size-estimator-lucene-solr.xls
It should help you make an estimation about your index size.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr
Hello!
Just add {!cache=false} to the filter in your query
(http://wiki.apache.org/solr/SolrCaching#filterCache).
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I need to use the filter query feature to filter my results, but I
> don&
Hello!
You can for example add a filter, that will remove the documents that
doesn't have a value in a field, like:
fq=!category:[*+TO+*]
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi all,
> I am facing a problem.
> Pr
Hello!
As far as I know you have to re-index using external tool.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> On Fri, Mar 1, 2013 at 11:59 AM, Rafał Kuć wrote:
>> Hello!
>>
>> I assumed that re-indexing can be painfu
be enough) and re-indexing, but still re-indexing will have to be
done. Or maybe someone knows a better way ?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> On Fri, Mar 1, 2013 at 11:28 AM, Rafał Kuć wrote:
>> Hello!
>>
>
Hello!
I suppose the only way to make this work will be reindexing the data.
Solr 4.1 uses Lucene 4.1 as you know, which introduced new default
codec with stored fields compression and this is one of the reasons
you can't read that index with 4.0.
--
Regards,
Rafał Kuć
Sematext ::
Hello!
Yes I did :)
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Thanks
> I'm going to try this.
> Have you tried it yourself?
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/solr
ions are stored and the
COLLECTION_1_NAME and the COLLECTION_2_NAME are your collection names.
Also adjust the numShards and replicationFactor to your needs.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> solr 4.1 - trying to create 2 collection
Hello!
If you what you need is an exact match, try using the simple string
type.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi all,
> i have an id field wich always contains a string with that schema
> "vw-200130315-
Hello!
You don't need to re-index all the documents, you only need to index
the new ones.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi
> We have a requirement to add 10 or 100 new documents to solr on a daily
> b
ginal data, however there are a few limitations. In
order to fully reconstruct your documents you would have to have all
the fields stored in your index.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> hello,
> in my schema
>
&
Hello!
Right, my bad - ids are still using int32. However, that still
gives us 2,147,483,648 possible identifiers right per single index,
which is not close to the 13,5 millions mentioned in the first mail.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
/update -jar post.jar *.xml
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> (a) I am not using jetty, I am using tomcat as mentioned in the subject line
> (b) I am using some other port number and that I have included in the url
> On Monday
Hello!
It should be turned on by default, because the stored fields
compression is the behavior of the default Lucene 4.1 codec.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi everyone,
> I didn't see any mention of field com
Hello!
As far as I know you can't remove the response, numFound, start and
docs. This is how the response is prepared by Solr and apart from
removing the header, you can't do anything.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSear
Hello!
Maybe you are looking to get the results in plain text if you want to
remove all the XML tags ? If that so, you can try adding wt=csv to get
the response as CSV instead of XML.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Tha
Hello!
Try surrounding you URL with ' characters, so the whole command looks
like this:
curl
'http://127.0.0.1:8080/solr/newsRSS_DIH?command=full-import&clean=false&url=http://www.example.com/news'
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :
Hello!
What do you mean by priority ? You can define index or query time
boost. However that will allow to specify the importance of such
field.
A good page to look at is: http://wiki.apache.org/solr/SolrRelevancyCookbook
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr
Hello!
Fetching all the documents, especially for a query that returns many
documents can be a pain.
However there is a StatsComponent
(http://wiki.apache.org/solr/StatsComponent) in Solr, however your
field would have to be numeric and indexed.
--
Regards,
Rafał Kuć
Sematext :: http
Hello!
You should set the q.op parameter in your request handler
configuration in solrconfig.xml instead of using the default operator
from schema.xml.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I'm testing out Solr 4.0. I
Hello!
Can you share the command you use to start all four Solr servers ?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Any clue to why this is happening will be greatly appreciated. This has
> become a blocker for me.
> I ca
Hello!
Although not C, but C++ there is a project aiming at this -
http://code.google.com/p/solcpp/
However I don't know how usable that is, you can just make pure HTTP
calls and process the response.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene -
Hello!
Ahmet I think it is available here:
http://archive.apachecon.com/eu2012/presentations/07-Wednesday/L1R-Lucene/
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi David,
> Mikhail tackled a similar problem.
>
Hello!
Try facet.mincount=1, that should help.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi, is there a way with facets to say, return facets that are not
> 0? I have &facet=true&facet.field=office&facet.field=
e/solr/lib
?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I am new for solr. I have installed apache tomcat 7.0 on my server and I
> have solr 3.6.1 on server.
> I have solr-home folder set by network guys on my D:\ drive. The folders in
>
Hello!
As I told I wouldn't use the Zookeeper that is embedded into Solr, but
rather setup a standalone one.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> First of all: thank you for your answers. Yes, I meant side by side
> co
Hello!
Zookeeper by itself is not demanding, but if something happens to your
nodes that have Solr on it, you'll loose ZooKeeper too if you have
them installed side by side. However if you will have 4 Solr nodes and
3 ZK instances you can get them running side by side.
--
Regards,
Rafa
Hello!
If you really need a query that long, than one of the things is
increase the allowed header length in Jetty. Add the following to your
Jetty connector configuration:
16384
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> my query
Hello!
What Solr are you using ? If not 4.0, information on logging can be
found on wiki - http://wiki.apache.org/solr/SolrLogging
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hello Rafał Kuć
> Thanks a lot for you guidance. I
ike that:
INFO: [collection1] webapp=/solr path=/select
params={q=*:*&userId=user1} hits=0 status=0 QTime=1
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi All,
> Do anyone have an idea how to use user session id / cookie to record
Hello!
How about some information how Garbage Collector works during the time
when you have Solr unresponsive ?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hello,
> We were doing fine with memory, comparitively. This was in a one
Hello!
I think that's not possible out of the box in Solr.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hello all,
> We import xml documents to solr with solrj. We use xsl to proccess the
> "objects" to field
Hello!
Add the following field to your schema.xml file to the fields
sections:
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hello guys
> thank you for your input. I now took the schema from the trunk. This helped
> me: I ha
Hello!
By pieces you mean by paging the results ? If yes, please look at
http://wiki.apache.org/solr/CommonQueryParameters - start and rows
parameters.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi,
> I am integrating solr search
Hello!
Just use the update handler that is specific to a given core. For
example if you have two cores named core1 and core2, you should use
the following addresses (if you didn't change the default
configuration):
/solr/core1/update/
and
/solr/core2/update/
--
Regards,
Rafał Kuć
Sem
Hello!
Look at the field collapsing functionality -
http://wiki.apache.org/solr/FieldCollapsing
It allows you to group documents based on field value, query or
function query.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi
tart_time:[*+TO+1721]
AND end_time:[1721+TO+*])
However remember that exists function is only Solr 4.0.
I don't have any example data with me right now, so I can't
say if it will work for sure, but clean Solr 4.0 doesn't cry about
errors now :)
--
Regards,
Rafał Kuć
Sematex
(start_time:[* TO 1721] AND end_time:[1721 TO
*]),100,0)+desc
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi All,
> I am trying to sort by a boolean function to sort the places that are open
> and not open as given below
> so
Hello!
Look at what Solr returns in the error - you send the following value
"java.math.BigDecimal:1848.66" - remove the "java.math.BigDecimal:"
and your problem should be gone.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticS
Hello!
Take a look at StatsComponent - http://wiki.apache.org/solr/StatsComponent
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I have for example an integer field and want to sum all these values for
> all the matching doc
application.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> hello dear,
> I try running apache-solr 3.6.1 on my linux host using java -jar
> start.jar, everything is running fine.
> but java stop running as soon as the command terminal c
Hello!
Try the grouping feature of Solr -
http://wiki.apache.org/solr/FieldCollapsing . You can collapse
documents based on the field value, which would be a shop identifier
in your case.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I h
Hello!
Do you have to use faceting for prefixing ? Maybe it would be better to use
ngram based field and return the stored value ?
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
>
> Hi.
> Is there any solution to facet docum
perly send it to Solr for indexing.
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> I think you will have to write an UpdateProcessor to strip out html tags.
> http://wiki.apache.org/solr/UpdateRequestProcessor
> As per Solr 4.0 yo
gt;
As you can see the < and > are properly encoded as < and >
--
Regards,
Rafał Kuć
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch
> Hi,
> I am using Solr 4.0.0. I have a HTML content as description of a product.
> If I index it without any
1 - 100 of 175 matches
Mail list logo