optimize ensures that deleted docs and terms will not be displayed.
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Deleted-docs-in-IndexWriter-Cache-NRT-related-tp3177877p3178670.html
Sent from the Solr - User mailing list
Maxwarm searcher should be 2 for best practices.
Either Your commit frequency is high or you have autowarming the queries on
master too in big numbers.
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/MaxWarming-Searcher
edismax supports full query format of lucene parser.But you can search using
filter queries eg.
qf=textfield1, textfield2, textfield3&fq=&textfield1:solr AND
struts&fq=textfield2:solr AND struts&fq=textfield3:solr AND struts
&fq=companyid:100
-
Thanx:
Grijesh
ww
tring
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr-home-property-seting-tp2956003p2956047.html
Sent from the Solr - User mailing list archive at Nabble.com.
what about synonym filter factory
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Results-with-and-without-whitespace-soccer-club-and-soccerclub-tp2934742p2934828.html
Sent from the Solr - User mailing list archive at Nabble.com.
"or" is not any operator "OR", "AND", "NOT" all are caps should be used as
operator
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp293057
You can apply patch for Hierarchical faceting on Solr 3.1
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Facet-Count-Based-on-Dates-tp2922371p2930924.html
Sent from the Solr - User mailing list archive at Nabble.com.
No, OR operator should work for any data type
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2930915.html
Sent from the Solr - User mailing list archive at Nabble.com.
How about fq=docType:(pdf OR txt)
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Facet-filter-how-to-specify-OR-expression-tp2930570p2930648.html
Sent from the Solr - User mailing list archive at Nabble.com.
e.xml
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boosting-score-of-a-document-without-deleting-and-adding-another-document-tp2922597p2922754.html
Sent from the Solr - User mailing list archive at Nabble.com.
You can add the boost at the time of indexing the doc at first time.
You can see the function queries at query time to boost the documents
dynamically.
You can see around DefaultSimilarityClass to tweak around scores
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context
ndex all the content
with Solr3.1 version.
Not re-indexing will possibly cause of index corruption because newer
version of lucene will create indexes in Newer version which is backward
compatible for read only.
setting LUCENE_31 is not enough
because it will not get the lucene 3.1
NO, You have to update the whole document .There is no way to update only
some of fields or any field attribute in solr/Lucene currently.
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Boosting-score-of-a-document-without
Which way you are using to index the Plain text data?
As I see your both the fields are same then why not use same field for both
the data.
What is the need of extracting request handler if you are not going to
extract any document?
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this
wp/2011/03/technical/solr/shalini/memory-management-and-garbage-collection-algorithm/
http://www.gettingahead.co.in/blogwp/2011/03/technical/solr/shalini/memory-management-and-garbage-collection-algorithm/
about detail of memory management
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this
are 'answered', 'deleted', 'draft', 'flagged' ,
'recent', 'seen'
content
attachment
attachmentNames;
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexing-Mails-t
Have you looked at Pivot Faceting
http://wiki.apache.org/solr/HierarchicalFaceting
http://wiki.apache.org/solr/SimpleFacetParameters#Pivot_.28ie_Decision_Tree.29_Faceting-1
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Facet
Oh!
I did't see the "string"
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2922532.html
Sent from the Solr - User mailing list archive at Nabble.com.
Yes you can but one doc will contain one type of data other wise it will be
overwritten by latest one
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-set-a-common-field-to-several-values-types-tp2922192p2922206.html
Sent
See this
http://www.gettingahead.co.in/blogwp/2011/03/technical/solr/shalini/some-info-about-extended-dismax-query-parser/
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/edismax-available-in-solr-3-1-tp2910613p2922128.html
Sent
Have you recently change its type from unstored to stored?
if so you have to reindex .
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2922117.html
Sent from the Solr - User mailing list
Can you provide more detail about your required aliasing.
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/aliasing-tp2917733p2918303.html
Sent from the Solr - User mailing list archive at Nabble.com.
Whether your field text is stored or not? Highlighting works with stored
fields of schema only.
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-1-3-highlighting-problem-tp2918089p2918299.html
Sent from the Solr - User
HI,
You can convert time stamp to long by writing a custom transformer. But how
will it help for OutOfMemory error.Because any sorting will use lucene field
cache which will take a lot of memory as you have huge data.
If you can then buy more RAM for your server.
-
Thanx:
Grijesh
Use Nutch for your Intranet crawling.For more detail
http://www.lucidimagination.com/blog/2009/03/09/nutch-solr/
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-can-i-use-Solr-based-Search-Engine-for-My-University
provide your schema for more detail about your problem
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Search-fails-tp2907093p2907192.html
Sent from the Solr - User mailing list archive at Nabble.com.
If its type is string then you can search for exact text only not for any
part of string and also case sensitive
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Search-fails-tp2907093p2907148.html
Sent from the Solr - User
What is your field type and analysis chain
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Search-fails-tp2907093p2907097.html
Sent from the Solr - User mailing list archive at Nabble.com.
solr-1.4 version does not support terms.regex .So you need to upgrade your
version to solr-3.1.
-Thanx:
Grijesh
www.gettinhahead.co.in --
View this message in context:
http://lucene.472066.n3.nabble.com/Autocomplete-terms-middle-of-words-tp2878694p2880040.html
Sent from the Solr - User
it seems jar files related to DataImport Handler are not being loaded in
memory.Try to copy Data Import Handler related jars to solr_home/lib
directory and restart the servlet container.
-Thanx:
Grijesh
www.gettinhahead.co.in --
View this message in context:
http://lucene.472066.n3
Hello ,
If you are using NGram then do not use TermsComponent, Query normally like
http://localhost:8983/solr/select?q=suggestionField:chest
It will give you the desired suggestions
-Thanx:
Grijesh
www.gettinhahead.co.in --
View this message in context:
http://lucene.472066.n3.nabble.com
You have 4 core machine that can execute 4 threads parallel. After 4 threads
it will start context switching between threads.
-Thanx:
Grijesh
www.gettinhahead.co.in --
View this message in context:
http://lucene.472066.n3.nabble.com/Strange-performance-behaviour-when-concurrent-requests
NGram will work for you if you want to search in middle of the word .You can
also look for wildcard search for that.
NGram will increase the size of index while wildcard queries are slow.
-Thanx:
Grijesh
www.gettinhahead.co.in --
View this message in context:
http://lucene.472066.n3
You can see solr logs at your servlet container's log file i.e. if you are
using Tomcat it can be found at
[CATALINA_HOME]/logs/catalina.XXX.log
-Thanx:
Grijesh
www.gettinhahead.co.in --
View this message in context:
http://lucene.472066.n3.nabble.com/Location-of-Solr
You need to write some script using solrj or some other connector to parse
your data file and post to solr for indexing
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Dynamically-loading-xml-files-from-webapplication-to-index
Hi Derek,
Simple Post Tool is only for posting xml docs. If you want to index
OpenDocument files then you have to use ExtractingRequestHandler (AKA solr
cell).
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Indexing-odt-files
Try LucidImagination's KStemmer
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr-result-problem-tp2746849p2747106.html
Sent from the Solr - User mailing list archive at Nabble.com.
have you checked with q=*:*?
You mentioned in config buildOnCommit=true
So have you checked that your indexing process ends with commit?
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/Suggest-component-tp2725438p2747100.html
Try to send HTML data using format CDATA .
-
Thanx:
Grijesh
www.gettinhahead.co.in
--
View this message in context:
http://lucene.472066.n3.nabble.com/SOLR-problems-with-non-english-symbols-when-extracting-HTML-tp2729126p2729923.html
Sent from the Solr - User mailing list archive at
Which field you are copping "id" to "ng_text"
or "description" to "ng_text"
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-with-copyfield-tp2663873p2663998.html
Sent from
It comes with every solr source code download directory under
src/test
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/SolrJ-Tutorial-tp2307113p2631223.html
Sent from the Solr - User mailing list archive at Nabble.com.
may synonym will help
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-when-search-grouping-word-tp2566499p2566550.html
Sent from the Solr - User mailing list archive at Nabble.com.
may synanym will help
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-when-search-grouping-word-tp2566499p2566548.html
Sent from the Solr - User mailing list archive at Nabble.com.
Try to configue more waight on ps and pf parameters of dismax request
handler to boost phrase matching documents.
Or if you do not want to consider the term frequency then use
omitTermFreqAndPositions="true" in field definition
-----
Thanx:
Grijesh
http://lucidimagination.com
--
its just a joke?
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/My-Plan-to-Scale-Solr-tp2516904p2524700.html
Sent from the Solr - User mailing list archive at Nabble.com.
I thing facet search is good for your requirement. Also what about Result
Grouping feature of Solr ?
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Is-facet-could-be-used-for-Analytics-tp2515938p2515959.html
Sent from the
.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/How-to-use-XML-parser-in-DIH-for-a-database-tp2508015p2515910.html
Sent from the Solr - User mailing list archive at Nabble.com.
what type of query you are searching?
what is the type of the field?
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Dismax-problem-tp2501263p2507147.html
Sent from the Solr - User mailing list archive at Nabble.com.
You have to correct the misspelled terms in your content to work properly
because spell checker will find the term and supposed as right term.
spell checker will return suggestion when word not found in its dictionary.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in
You can not do this kind of configuration by solrsonfig ,you have to
configure it with the help of your network administrator.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/how-to-control-which-hosts-can-access-Solr
What is your index size and Ram you have?
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Error-tp2442417p2443597.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi Bagesh,
I think Hossman and Erick have given you the path that can you choos
and found the desired result.
Try mm value set to 0 to dismax work for your operators "AND" OR and NOT.
Thanx:
Grijesh
Lucid Imagination Inc.
On Sat, Feb 5, 2011 at 8:17 PM, Bagesh Sharma [via Lucene]
w
facet.query=+water +treatement +plant will not return the city facet that is
needed by poster.
That will give the counts matching the query facet.query=+water +treatement
+plant only
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3
Try solr's new Local Params ,may that will help for your requirement.
http://wiki.apache.org/solr/LocalParams
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-in-faceting-tp2422182p2422534.html
Sent from the
:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Facet-Query-tp2422212p2422267.html
Sent from the Solr - User mailing list archive at Nabble.com.
change the default operator from "OR" to "AND" by using q.op or in schema
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Problem-in-faceting-tp2422182p248.html
Sent from the Solr - User mailing list archive at Nabble.com.
No ,You can not get facets on score ,score is not defined in schema facet can
be get only fields defined in schema as I know.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-faceting-on-score-tp2422076p2422121.html
Sent
How you have upgraded ?
are you changed every thing all jars ,data,config
or any thing using from older version?
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/HTTP-ERROR-400-undefined-field-tp2417938p2421569.html
Sent from
http://localhost:8080/select/?q=*:* will return all records form solr
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Index-Not-Matching-tp2417612p2421560.html
Sent from the Solr - User mailing list archive at Nabble.com.
Are looking your output in any Browser?
Which browser you are using?
If chrome then look for view source it will give your desired xml output or
change any other browser to see xml output
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3
Hi
facet.mincount not works with facet.date option afaik.
There is an issue for it as solr-343, but resolved.
Try apply patch, provided as a solution in this issue may solve the
problem.
Fix version for this may be 1.5
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in
I am also not getting where in wiki its mention that facet.mincount will not
work with date faceting.
But I have checked by query its not working with me also.
Have to report a bug.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3
best option to use
true
decreasing mergeFactor may cause indexing slow
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Open-Too-Many-Files-tp2406289p2412415.html
Sent from the Solr - User mailing list archive at Nabble.com.
Have you seen your log file ,what saying the log file . Is there any
exception occur?
I have never seen that facet.mincont=1 not working.
What version of solr you are using?
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com
Use analysis.jsp to see what happening at index time and query time with your
input data.You can use highlighting to see if match found.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Using-terms-and-N-gram-tp2410938p2411244
increase the OS parameter for max file to open. it is less set as default
depending on the OS.
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Open-Too-Many-Files-tp2406289p2411217.html
Sent from the Solr - User mailing list
Use analysis.jsp to see how your analysis is going .
Also you can see the parse queries by adding the parameter debugQuery=on on
request URL
-
Thanx:
Grijesh
http://lucidimagination.com
--
View this message in context:
http://lucene.472066.n3.nabble.com/Partial-matches-don-t-work-solr
Another Patch is also available for Hierarchical faceting is
https://issues.apache.org/jira/browse/SOLR-64
You can look at this ,may solve your problem
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/nested-faceting-tp2389841p2403601.html
Sent from
You can extract the solr.war using java's jar -xvf solr.war command
change the lucene-2.9.jar with your lucene-3.0.3.jar in WEB-INF/lib
directory
then use jar -cxf solr.war * to again pack the war
deploy that war hope that work
-
Thanx:
Grijesh
--
View this message in context:
solr1.4 is compatible for lucene2.9 version.
If your index version is 3.0.3 then it can not be read by lucene2.9 version.
You can try to change solr's lucene2.9 jar with your lucene3.0.3 jar and
restart your server
Hope it may work.
-
Thanx:
Grijesh
--
View this message in context:
Solr is Http Caching enabled by default. Try to cleare cache before quering .
Shift+refresh(F5) may cleare cache.
Due to cache it may be possible old results may displayed after index have
been changed
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com
q=(sharp+AND+-deviceType:Access*)
that is not the query type of dismax for q operator (deviceType:Access*).
either you use as Filter query or write query like
q=(sharp AND -Access*)
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/NOT-operator-not
Hi Rok,
I have used about 25 ids with OR Operator and its working fine for
me.Just Have to Increase the MaxBoolClouse parameter and also have to
configure max header size on Servlet container to enable for big query
requests.
-
Thanx:
Grijesh
--
View this message in context:
http
By adding more server means add more searchers (slaves) on Load balancer not
talking about sharding.
Sharding is required when your index size will increase the size of about
50GB.
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory
loud.
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/SolrCloud-Feedback-tp2290048p2292933.html
Sent from the Solr - User mailing list archive at Nabble.com.
"defType" parameter for
defining Query Parser .
And you are right if defType=dismax ,then there must be "qf" parameter to be
given.
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/using-dismax-tp2280270p2292908.html
Sent from
:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory-Error-tp2280037p2285779.html
Sent from the Solr - User mailing list archive at Nabble.com.
On which server [master/slave] Out of Memory ocuur
What is your index in size[GB]?
How many documents you have?
What is query per second?
How you are indexing?
What is you ramBufferSize?
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-Out-of-Memory
Use Lowercase filter to lowering your data at both index time and search time
it will make case insensitive
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/sort-problem-tp2271207p2271231.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi Satya,
In this example you are not using spellchecking .I am saying use spellcheck
component also with Terms component so it will give you the spellcheck
suggestion also. Then combined both the lists.
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com
In schema you can define as many fields you want .There is not any concept of
subfield.If you want many values can be added then use MultiValued field fro
that.
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Regardind-subfield-Enquiry-tp2270574p2270869
currently don't have
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/spell-suggest-response-tp2233409p2270743.html
Sent from the Solr - User mailing list archive at Nabble.com.
trying to implement that type of combined autusuggest with
containing correct words.
So I used both spellcheck components with any of autosuggest implementation
(used terms or NGramFilter)
And got the both suggestion autosuggest and correct words from spellcheck
component
-----
Thanx:
Grijesh
--
Define a new field gender for that and for query use filter
gender:male/female
-
Thanx:
Grijesh
--
View this message in context:
http://lucene.472066.n3.nabble.com/Regardind-subfield-Enquiry-tp2270574p2270636.html
Sent from the Solr - User mailing list archive at Nabble.com.
84 matches
Mail list logo