Re: Deleted docs in IndexWriter Cache (NRT related)

2011-07-18 Thread Grijesh
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

Re: MaxWarming Searcher

2011-05-25 Thread Grijesh
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

Re: How do I write/build query using qf parameter of dismax handler for my use case?

2011-05-19 Thread Grijesh
edismax supports full query format of lucene parser.But you can search using filter queries eg. qf=textfield1, textfield2, textfield3fq=textfield1:solr AND strutsfq=textfield2:solr AND strutsfq=textfield3:solr AND struts fq=companyid:100 - Thanx: Grijesh www.gettinhahead.co.in -- View

Re: solr/home property seting

2011-05-18 Thread Grijesh
/opt/solr/home/env-entry-value env-entry-typejava.lang.String/env-entry-type /env-entry - 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

Re: Results with and without whitespace(soccer club and soccerclub)

2011-05-13 Thread Grijesh
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.

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread Grijesh
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.

Re: Facet filter: how to specify OR expression?

2011-05-12 Thread Grijesh
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.

Re: Facet Count Based on Dates

2011-05-12 Thread Grijesh
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.

Re: Solr 1.3 highlighting problem

2011-05-10 Thread Grijesh
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

Re: edismax available in solr 3.1?

2011-05-10 Thread Grijesh
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

Re: How to set a common field to several values types ?

2011-05-10 Thread Grijesh
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

Re: Solr 1.3 highlighting problem

2011-05-10 Thread Grijesh
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.

Re: Facet Count Based on Dates

2011-05-10 Thread Grijesh
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

Re: Indexing Mails

2011-05-10 Thread Grijesh
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-tp2922327p2922547.html Sent from the Solr - User mailing list

Re: tomcat and multicore processors

2011-05-10 Thread Grijesh
/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 message

Re: How to set a common field to several values types ?

2011-05-10 Thread Grijesh
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

Re: Boosting score of a document without deleting and adding another document

2011-05-10 Thread Grijesh
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

Re: Solr 3.1 Upgrade - Reindex necessary ?

2011-05-10 Thread Grijesh
the lucene 3.1 jar automatically. - Thanx: Grijesh www.gettinhahead.co.in -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-3-1-Upgrade-Reindex-necessary-tp2919679p2922645.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Boosting score of a document without deleting and adding another document

2011-05-10 Thread Grijesh
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

RE: Boosting score of a document without deleting and adding another document

2011-05-10 Thread Grijesh
- 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.

Re: Solr 1.3 highlighting problem

2011-05-09 Thread Grijesh
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

Re: aliasing?

2011-05-09 Thread Grijesh
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.

Re: Solr Search fails

2011-05-06 Thread Grijesh
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.

Re: Solr Search fails

2011-05-06 Thread Grijesh
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

Re: Solr Search fails

2011-05-06 Thread Grijesh
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.

Re: How can i use Solr based Search Engine for My University?

2011-05-06 Thread 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

Re: How to convert date/timestamp to long in data-config.xml

2011-05-06 Thread Grijesh
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

Re: Location of Solr Logs

2011-04-29 Thread Grijesh
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-Logs

Re: Autocomplete(terms) middle of words

2011-04-29 Thread Grijesh
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

Re: Strange performance behaviour when concurrent requests are done

2011-04-29 Thread Grijesh
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

Re: Autocomplete(terms) middle of words

2011-04-29 Thread Grijesh
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

Re: SOLR startup problem

2011-04-29 Thread Grijesh
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

Re: Autocomplete(terms) middle of words

2011-04-29 Thread Grijesh
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

Re: Dynamically loading xml files from webapplication to index

2011-04-28 Thread Grijesh
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

Re: Indexing odt files

2011-04-27 Thread Grijesh
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

Re: Suggest component

2011-03-29 Thread Grijesh
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

Re: solr result problem

2011-03-29 Thread Grijesh
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.

Re: SOLR - problems with non-english symbols when extracting HTML

2011-03-25 Thread Grijesh
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

Re: Problem with copyfield

2011-03-11 Thread Grijesh
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 the Solr - User mailing list archive at Nabble.com.

Re: SolrJ Tutorial

2011-03-03 Thread Grijesh
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.

Re: Problem in full query searching

2011-02-24 Thread Grijesh
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 -- View

Re: problem when search grouping word

2011-02-24 Thread Grijesh
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.

Re: problem when search grouping word

2011-02-24 Thread Grijesh
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.

Re: My Plan to Scale Solr

2011-02-17 Thread Grijesh
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.

Re: How to use XML parser in DIH for a database?

2011-02-16 Thread Grijesh
=/suppliers/supplier/name / field column=supplier_id xpath=/suppliers/supplier/id / /entity /entity /document /dataConfig - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-use-XML-parser

Re: Is facet could be used for Analytics

2011-02-16 Thread Grijesh
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

Re: how to control which hosts can access Solr?

2011-02-15 Thread Grijesh
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

Re: Spellchecking with some misspelled words in index source

2011-02-15 Thread Grijesh
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

Re: Solr Error

2011-02-07 Thread Grijesh
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.

Re: AND operator and dismax request handler

2011-02-06 Thread Grijesh
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] ml-node+2431391

Re: Problem in faceting

2011-02-04 Thread Grijesh
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.

Re: Facet Query

2011-02-04 Thread Grijesh
then you have to go for fq=city:mumbai - Thanx: 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.

Re: Problem in faceting

2011-02-04 Thread Grijesh
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 Solr

Re: facet.mincount

2011-02-03 Thread Grijesh
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

Re: Open Too Many Files

2011-02-03 Thread Grijesh
best option to use useCompoundFiletrue/useCompoundFile 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

Re: facet.mincount

2011-02-03 Thread Grijesh
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

Re: facet.mincount

2011-02-03 Thread Grijesh
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

Re: response when using my own QParserPlugin

2011-02-03 Thread Grijesh
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

Re: HTTP ERROR 400 undefined field: *

2011-02-03 Thread Grijesh
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

Re: Solr faceting on score

2011-02-03 Thread Grijesh
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

Re: Partial matches don't work (solr.NGramFilterFactory)

2011-02-02 Thread Grijesh
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

Re: Open Too Many Files

2011-02-02 Thread Grijesh
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

Re: Using terms and N-gram

2011-02-02 Thread Grijesh
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

Re: Lucene 3.0.3 index cannot be read by Solr

2011-02-01 Thread Grijesh
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: http

Re: SOLR 1.4 and Lucene 3.0.3 index problem

2011-02-01 Thread Grijesh
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: http

Re: nested faceting ?

2011-02-01 Thread Grijesh
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

Re: first search on index

2011-01-31 Thread Grijesh
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

Re: NOT operator not working

2011-01-28 Thread Grijesh
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

Re: Document level security

2011-01-20 Thread Grijesh
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

Re: using dismax

2011-01-19 Thread Grijesh
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 the Solr - User mailing list archive at Nabble.com.

Re: SolrCloud Feedback

2011-01-19 Thread Grijesh
. - 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.

Re: Solr Out of Memory Error

2011-01-19 Thread Grijesh
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

Re: Solr Out of Memory Error

2011-01-18 Thread Grijesh
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

Re: Solr Out of Memory Error

2011-01-18 Thread Grijesh
: 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.

Re: spell suggest response

2011-01-17 Thread Grijesh
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

Re: sort problem

2011-01-17 Thread Grijesh
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.

Re: Regardind subfield Enquiry

2011-01-16 Thread 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.

Re: spell suggest response

2011-01-16 Thread Grijesh
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 -- View this message

Re: spell suggest response

2011-01-16 Thread Grijesh
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.

Re: Regardind subfield Enquiry

2011-01-16 Thread Grijesh
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