search - How to index html, css, and javascript using solr -
users of codepen submit html/css/javascript each time save pen. we're setting solr search , i'd know if work has been done tokenize html/css/js optimal retrieval.
for example in javascript, we'd code like
window.location = 'http://wufoo.com'
to produce search hit on window
, location
, window.location
.
also, html, don't wish strip out brackets on elements <form>
or <field>
.
before go down road of writing custom field type, i'd know if has tackled problem. since index each field individually, we'll need separate tokenizer rules specific css, html, , javascript.
Comments
Post a Comment